Html Css Color HEX #429A0C La Palma

📋 copy color: '#429A0C'

red 66 ◦ green 154 ◦ blue 12

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

Shades of La Palma #429A0C

Tints of La Palma #429A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 66.38%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 28.45%
G = 66.38%
B = 5.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#429A0C (or 0x429A0C) is known color: La Palma. HEX triplet: 42, 9A and 0C. RGB value is (66,154,12). Sum of RGB (Red+Green+Blue) = 66+154+12=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #429A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429A0C is #BD65F3. Grayscale: #6F6F6F. Windows color (decimal): -12412404 or 825922. OLE color: 825922.

HSL color Cylindrical-coordinate representation of color #429A0C: hue angle of 97.18º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #429A0C is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 154 12 -
CMYK 0.57 0 0.92 0.40
HSL 97.18º 0.86% 0.33% -
HSV(B) 97.18º 0.92% 0.6% -
XYZ 13.87 24.3 4.31 -
YUV 111.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 66 154 12 0.57 0 0.92 0.40 97.18 0.86 0.33
Hex 42 9A C 39 0 5C 28 61 56 21
Octal 102 232 14 71 0 134 50 141 126 41
Binary 1000010 10011010 1100 111001 0 1011100 101000 1100001 1010110 100001

Color Harmonies of #429A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429A0C

Black with #429A0C

Text Example


Text Example

White with #429A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429A0C; }

 p { color: rgb(66,154,12); }

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

background-color css

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

 a { background-color: rgb(66,154,12); }

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

border-color css

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

 span { border-color: rgb(66,154,12); }

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