Html Css Color HEX #469402 La Palma

📋 copy color: '#469402'

red 70 ◦ green 148 ◦ blue 2

#469402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #469402

Tints of La Palma #469402

RGB

 RED value IS 70 (27.73% from 255) = 31.82%

 GREEN value IS 148 (58.2% from 255) = 67.27%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 31.82%
G = 67.27%
B = 0.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#469402 (or 0x469402) is known color: La Palma. HEX triplet: 46, 94 and 02. RGB value is (70,148,2). Sum of RGB (Red+Green+Blue) = 70+148+2=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #469402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469402 is #B96BFD. Grayscale: #6C6C6C. Windows color (decimal): -12151806 or 169030. OLE color: 169030.

HSL color Cylindrical-coordinate representation of color #469402: hue angle of 92.05º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #469402 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 2 -
CMYK 0.53 0 0.99 0.42
HSL 92.05º 0.97% 0.29% -
HSV(B) 92.05º 0.99% 0.58% -
XYZ 13.13 22.49 3.71 -
YUV 108.03 68.16 100.87 -
System Red Green Blue C M Y K H S L
Decimal 70 148 2 0.53 0 0.99 0.42 92.05 0.97 0.29
Hex 46 94 2 35 0 63 2A 5C 61 1D
Octal 106 224 2 65 0 143 52 134 141 35
Binary 1000110 10010100 10 110101 0 1100011 101010 1011100 1100001 11101

Color Harmonies of #469402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469402

Black with #469402

Text Example


Text Example

White with #469402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469402; }

 p { color: rgb(70,148,2); }

 H1.HeaderClassName
 {
   color: #469402;
 }
 .AnyTagClassName
 {
   color: #469402;
 }
</style>

background-color css

<style>
 a { background-color: #469402; }

 a { background-color: rgb(70,148,2); }

 div.DivClassName
 {
   background-color: #469402;
 }
 .BgClassName
 {
   background-color: #469402;
 }
</style>

border-color css

<style>
 span { border-color: #469402; }

 span { border-color: rgb(70,148,2); }

 td.TdClassName
 {
   border-color: #469402;
 }
 .TagClassName
 {
   border-color: #469402;
 }
</style>