Html Css Color HEX #429B13 La Palma

📋 copy color: '#429B13'

red 66 ◦ green 155 ◦ blue 19

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

Shades of La Palma #429B13

Tints of La Palma #429B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 27.5%
G = 64.58%
B = 7.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#429B13 (or 0x429B13) is known color: La Palma. HEX triplet: 42, 9B and 13. RGB value is (66,155,19). Sum of RGB (Red+Green+Blue) = 66+155+19=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #429B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B13 is #BD64EC. Grayscale: #717171. Windows color (decimal): -12412141 or 1284930. OLE color: 1284930.

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

Color convert

RGB 66 155 19 -
CMYK 0.57 0 0.88 0.39
HSL 99.26º 0.78% 0.34% -
HSV(B) 99.26º 0.88% 0.61% -
XYZ 14.09 24.65 4.63 -
YUV 112.89 75.01 94.56 -
System Red Green Blue C M Y K H S L
Decimal 66 155 19 0.57 0 0.88 0.39 99.26 0.78 0.34
Hex 42 9B 13 39 0 58 27 63 4E 22
Octal 102 233 23 71 0 130 47 143 116 42
Binary 1000010 10011011 10011 111001 0 1011000 100111 1100011 1001110 100010

Color Harmonies of #429B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B13

Black with #429B13

Text Example


Text Example

White with #429B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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