Html Css Color HEX #429B0C La Palma

📋 copy color: '#429B0C'

red 66 ◦ green 155 ◦ blue 12

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

Shades of La Palma #429B0C

Tints of La Palma #429B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 66.52%

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

R = 28.33%
G = 66.52%
B = 5.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#429B0C (or 0x429B0C) is known color: La Palma. HEX triplet: 42, 9B and 0C. RGB value is (66,155,12). Sum of RGB (Red+Green+Blue) = 66+155+12=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 155 (60.94% from 255 or 66.52% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 155 - color contains mainly: green. Hex color #429B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B0C is #BD64F3. Grayscale: #707070. Windows color (decimal): -12412148 or 826178. OLE color: 826178.

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

Color convert

RGB 66 155 12 -
CMYK 0.57 0 0.92 0.39
HSL 97.34º 0.86% 0.33% -
HSV(B) 97.34º 0.92% 0.61% -
XYZ 14.03 24.63 4.36 -
YUV 112.09 71.51 95.13 -
System Red Green Blue C M Y K H S L
Decimal 66 155 12 0.57 0 0.92 0.39 97.34 0.86 0.33
Hex 42 9B C 39 0 5C 27 61 56 21
Octal 102 233 14 71 0 134 47 141 126 41
Binary 1000010 10011011 1100 111001 0 1011100 100111 1100001 1010110 100001

Color Harmonies of #429B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B0C

Black with #429B0C

Text Example


Text Example

White with #429B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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