Html Css Color HEX #428D00 La Palma

📋 copy color: '#428D00'

red 66 ◦ green 141 ◦ blue 0

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

Shades of La Palma #428D00

Tints of La Palma #428D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.12%

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

R = 31.88%
G = 68.12%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#428D00 (or 0x428D00) is known color: La Palma. HEX triplet: 42, 8D and 00. RGB value is (66,141,0). Sum of RGB (Red+Green+Blue) = 66+141+0=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #428D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428D00 is #BD72FF. Grayscale: #666666. Windows color (decimal): -12415744 or 36162. OLE color: 36162.

HSL color Cylindrical-coordinate representation of color #428D00: hue angle of 91.91º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #428D00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 0 -
CMYK 0.53 0 1 0.45
HSL 91.91º 1% 0.28% -
HSV(B) 91.91º 1% 0.55% -
XYZ 11.77 20.21 3.28 -
YUV 102.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 66 141 0 0.53 0 1 0.45 91.91 1 0.28
Hex 42 8D 0 35 0 64 2D 5C 64 1C
Octal 102 215 0 65 0 144 55 134 144 34
Binary 1000010 10001101 0 110101 0 1100100 101101 1011100 1100100 11100

Color Harmonies of #428D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D00

Black with #428D00

Text Example


Text Example

White with #428D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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