Html Css Color HEX #429408 La Palma

📋 copy color: '#429408'

red 66 ◦ green 148 ◦ blue 8

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

Shades of La Palma #429408

Tints of La Palma #429408

RGB

 RED value IS 66 (26.17% from 255) = 29.73%

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

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 29.73%
G = 66.67%
B = 3.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#429408 (or 0x429408) is known color: La Palma. HEX triplet: 42, 94 and 08. RGB value is (66,148,8). Sum of RGB (Red+Green+Blue) = 66+148+8=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #429408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429408 is #BD6BF7. Grayscale: #6B6B6B. Windows color (decimal): -12413944 or 562242. OLE color: 562242.

HSL color Cylindrical-coordinate representation of color #429408: hue angle of 95.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #429408 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 8 -
CMYK 0.55 0 0.95 0.42
HSL 95.14º 0.9% 0.31% -
HSV(B) 95.14º 0.95% 0.58% -
XYZ 12.88 22.36 3.87 -
YUV 107.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 66 148 8 0.55 0 0.95 0.42 95.14 0.9 0.31
Hex 42 94 8 37 0 5F 2A 5F 5A 1F
Octal 102 224 10 67 0 137 52 137 132 37
Binary 1000010 10010100 1000 110111 0 1011111 101010 1011111 1011010 11111

Color Harmonies of #429408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429408

Black with #429408

Text Example


Text Example

White with #429408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429408; }

 p { color: rgb(66,148,8); }

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

background-color css

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

 a { background-color: rgb(66,148,8); }

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

border-color css

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

 span { border-color: rgb(66,148,8); }

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