Html Css Color HEX #429502 La Palma

📋 copy color: '#429502'

red 66 ◦ green 149 ◦ blue 2

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

Shades of La Palma #429502

Tints of La Palma #429502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.66%

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

R = 30.41%
G = 68.66%
B = 0.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#429502 (or 0x429502) is known color: La Palma. HEX triplet: 42, 95 and 02. RGB value is (66,149,2). Sum of RGB (Red+Green+Blue) = 66+149+2=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #429502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429502 is #BD6AFD. Grayscale: #6B6B6B. Windows color (decimal): -12413694 or 169282. OLE color: 169282.

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

Color convert

RGB 66 149 2 -
CMYK 0.56 0 0.99 0.42
HSL 93.88º 0.97% 0.3% -
HSV(B) 93.88º 0.99% 0.58% -
XYZ 13.01 22.66 3.75 -
YUV 107.43 68.5 98.45 -
System Red Green Blue C M Y K H S L
Decimal 66 149 2 0.56 0 0.99 0.42 93.88 0.97 0.3
Hex 42 95 2 38 0 63 2A 5E 61 1E
Octal 102 225 2 70 0 143 52 136 141 36
Binary 1000010 10010101 10 111000 0 1100011 101010 1011110 1100001 11110

Color Harmonies of #429502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429502

Black with #429502

Text Example


Text Example

White with #429502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429502; }

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

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

background-color css

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

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

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

border-color css

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

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

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