Html Css Color HEX #429612 La Palma

📋 copy color: '#429612'

red 66 ◦ green 150 ◦ blue 18

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

Shades of La Palma #429612

Tints of La Palma #429612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.1%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 28.21%
G = 64.1%
B = 7.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#429612 (or 0x429612) is known color: La Palma. HEX triplet: 42, 96 and 12. RGB value is (66,150,18). Sum of RGB (Red+Green+Blue) = 66+150+18=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #429612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429612 is #BD69ED. Grayscale: #6E6E6E. Windows color (decimal): -12413422 or 1218114. OLE color: 1218114.

HSL color Cylindrical-coordinate representation of color #429612: hue angle of 98.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #429612 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 18 -
CMYK 0.56 0 0.88 0.41
HSL 98.18º 0.79% 0.33% -
HSV(B) 98.18º 0.88% 0.59% -
XYZ 13.26 23.01 4.32 -
YUV 109.84 76.17 96.73 -
System Red Green Blue C M Y K H S L
Decimal 66 150 18 0.56 0 0.88 0.41 98.18 0.79 0.33
Hex 42 96 12 38 0 58 29 62 4F 21
Octal 102 226 22 70 0 130 51 142 117 41
Binary 1000010 10010110 10010 111000 0 1011000 101001 1100010 1001111 100001

Color Harmonies of #429612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429612

Black with #429612

Text Example


Text Example

White with #429612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429612; }

 p { color: rgb(66,150,18); }

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

background-color css

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

 a { background-color: rgb(66,150,18); }

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

border-color css

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

 span { border-color: rgb(66,150,18); }

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