Html Css Color HEX #429402 La Palma

📋 copy color: '#429402'

red 66 ◦ green 148 ◦ blue 2

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

Shades of La Palma #429402

Tints of La Palma #429402

RGB

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

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

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

R = 30.56%
G = 68.52%
B = 0.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#429402 (or 0x429402) is known color: La Palma. HEX triplet: 42, 94 and 02. RGB value is (66,148,2). Sum of RGB (Red+Green+Blue) = 66+148+2=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #429402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429402 is #BD6BFD. Grayscale: #6B6B6B. Windows color (decimal): -12413950 or 169026. OLE color: 169026.

HSL color Cylindrical-coordinate representation of color #429402: hue angle of 93.7º 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 #429402 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 2 -
CMYK 0.55 0 0.99 0.42
HSL 93.7º 0.97% 0.29% -
HSV(B) 93.7º 0.99% 0.58% -
XYZ 12.85 22.34 3.69 -
YUV 106.84 68.83 98.87 -
System Red Green Blue C M Y K H S L
Decimal 66 148 2 0.55 0 0.99 0.42 93.7 0.97 0.29
Hex 42 94 2 37 0 63 2A 5E 61 1D
Octal 102 224 2 67 0 143 52 136 141 35
Binary 1000010 10010100 10 110111 0 1100011 101010 1011110 1100001 11101

Color Harmonies of #429402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429402

Black with #429402

Text Example


Text Example

White with #429402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429402; }

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

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

background-color css

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

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

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

border-color css

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

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

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