Html Css Color HEX #429302 La Palma

📋 copy color: '#429302'

red 66 ◦ green 147 ◦ blue 2

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

Shades of La Palma #429302

Tints of La Palma #429302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.37%

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

R = 30.7%
G = 68.37%
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

#429302 (or 0x429302) is known color: La Palma. HEX triplet: 42, 93 and 02. RGB value is (66,147,2). Sum of RGB (Red+Green+Blue) = 66+147+2=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #429302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429302 is #BD6CFD. Grayscale: #6A6A6A. Windows color (decimal): -12414206 or 168770. OLE color: 168770.

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

Color convert

RGB 66 147 2 -
CMYK 0.55 0 0.99 0.42
HSL 93.52º 0.97% 0.29% -
HSV(B) 93.52º 0.99% 0.58% -
XYZ 12.69 22.03 3.64 -
YUV 106.25 69.16 99.29 -
System Red Green Blue C M Y K H S L
Decimal 66 147 2 0.55 0 0.99 0.42 93.52 0.97 0.29
Hex 42 93 2 37 0 63 2A 5E 61 1D
Octal 102 223 2 67 0 143 52 136 141 35
Binary 1000010 10010011 10 110111 0 1100011 101010 1011110 1100001 11101

Color Harmonies of #429302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429302

Black with #429302

Text Example


Text Example

White with #429302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429302; }

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

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

background-color css

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

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

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

border-color css

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

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

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