Html Css Color HEX #429400 La Palma

📋 copy color: '#429400'

red 66 ◦ green 148 ◦ blue 0

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

Shades of La Palma #429400

Tints of La Palma #429400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.84%
G = 69.16%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#429400 (or 0x429400) is known color: La Palma. HEX triplet: 42, 94 and 00. RGB value is (66,148,0). Sum of RGB (Red+Green+Blue) = 66+148+0=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #429400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429400 is #BD6BFF. Grayscale: #6B6B6B. Windows color (decimal): -12413952 or 37954. OLE color: 37954.

HSL color Cylindrical-coordinate representation of color #429400: hue angle of 93.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #429400 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 0 -
CMYK 0.55 0 1 0.42
HSL 93.24º 1% 0.29% -
HSV(B) 93.24º 1% 0.58% -
XYZ 12.84 22.34 3.64 -
YUV 106.61 67.83 99.03 -
System Red Green Blue C M Y K H S L
Decimal 66 148 0 0.55 0 1 0.42 93.24 1 0.29
Hex 42 94 0 37 0 64 2A 5D 64 1D
Octal 102 224 0 67 0 144 52 135 144 35
Binary 1000010 10010100 0 110111 0 1100100 101010 1011101 1100100 11101

Color Harmonies of #429400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429400

Black with #429400

Text Example


Text Example

White with #429400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429400; }

 p { color: rgb(66,148,0); }

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

background-color css

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

 a { background-color: rgb(66,148,0); }

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

border-color css

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

 span { border-color: rgb(66,148,0); }

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