Html Css Color HEX #429B0E La Palma

📋 copy color: '#429B0E'

red 66 ◦ green 155 ◦ blue 14

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

Shades of La Palma #429B0E

Tints of La Palma #429B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 28.09%
G = 65.96%
B = 5.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#429B0E (or 0x429B0E) is known color: La Palma. HEX triplet: 42, 9B and 0E. RGB value is (66,155,14). Sum of RGB (Red+Green+Blue) = 66+155+14=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #429B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B0E is #BD64F1. Grayscale: #707070. Windows color (decimal): -12412146 or 957250. OLE color: 957250.

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

Color convert

RGB 66 155 14 -
CMYK 0.57 0 0.91 0.39
HSL 97.87º 0.83% 0.33% -
HSV(B) 97.87º 0.91% 0.61% -
XYZ 14.05 24.63 4.43 -
YUV 112.32 72.51 94.96 -
System Red Green Blue C M Y K H S L
Decimal 66 155 14 0.57 0 0.91 0.39 97.87 0.83 0.33
Hex 42 9B E 39 0 5B 27 62 53 21
Octal 102 233 16 71 0 133 47 142 123 41
Binary 1000010 10011011 1110 111001 0 1011011 100111 1100010 1010011 100001

Color Harmonies of #429B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B0E

Black with #429B0E

Text Example


Text Example

White with #429B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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