Html Css Color HEX #429C14 La Palma

📋 copy color: '#429C14'

red 66 ◦ green 156 ◦ blue 20

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

Shades of La Palma #429C14

Tints of La Palma #429C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 64.46%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 27.27%
G = 64.46%
B = 8.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#429C14 (or 0x429C14) is known color: La Palma. HEX triplet: 42, 9C and 14. RGB value is (66,156,20). Sum of RGB (Red+Green+Blue) = 66+156+20=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #429C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429C14 is #BD63EB. Grayscale: #727272. Windows color (decimal): -12411884 or 1350722. OLE color: 1350722.

HSL color Cylindrical-coordinate representation of color #429C14: hue angle of 99.71º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #429C14 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 20 -
CMYK 0.58 0 0.87 0.39
HSL 99.71º 0.77% 0.35% -
HSV(B) 99.71º 0.87% 0.61% -
XYZ 14.26 24.99 4.73 -
YUV 113.59 75.18 94.06 -
System Red Green Blue C M Y K H S L
Decimal 66 156 20 0.58 0 0.87 0.39 99.71 0.77 0.35
Hex 42 9C 14 3A 0 57 27 64 4D 23
Octal 102 234 24 72 0 127 47 144 115 43
Binary 1000010 10011100 10100 111010 0 1010111 100111 1100100 1001101 100011

Color Harmonies of #429C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C14

Black with #429C14

Text Example


Text Example

White with #429C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,20); }

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

background-color css

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

 a { background-color: rgb(66,156,20); }

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

border-color css

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

 span { border-color: rgb(66,156,20); }

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