Html Css Color HEX #429002 La Palma

📋 copy color: '#429002'

red 66 ◦ green 144 ◦ blue 2

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

Shades of La Palma #429002

Tints of La Palma #429002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.92%

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

R = 31.13%
G = 67.92%
B = 0.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#429002 (or 0x429002) is known color: La Palma. HEX triplet: 42, 90 and 02. RGB value is (66,144,2). Sum of RGB (Red+Green+Blue) = 66+144+2=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #429002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429002 is #BD6FFD. Grayscale: #686868. Windows color (decimal): -12414974 or 168002. OLE color: 168002.

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

Color convert

RGB 66 144 2 -
CMYK 0.54 0 0.99 0.44
HSL 92.96º 0.97% 0.29% -
HSV(B) 92.96º 0.99% 0.56% -
XYZ 12.23 21.11 3.49 -
YUV 104.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 66 144 2 0.54 0 0.99 0.44 92.96 0.97 0.29
Hex 42 90 2 36 0 63 2C 5D 61 1D
Octal 102 220 2 66 0 143 54 135 141 35
Binary 1000010 10010000 10 110110 0 1100011 101100 1011101 1100001 11101

Color Harmonies of #429002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429002

Black with #429002

Text Example


Text Example

White with #429002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429002; }

 p { color: rgb(66,144,2); }

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

background-color css

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

 a { background-color: rgb(66,144,2); }

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

border-color css

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

 span { border-color: rgb(66,144,2); }

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