Html Css Color HEX #428D19 La Palma

📋 copy color: '#428D19'

red 66 ◦ green 141 ◦ blue 25

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

Shades of La Palma #428D19

Tints of La Palma #428D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 28.45%
G = 60.78%
B = 10.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#428D19 (or 0x428D19) is known color: La Palma. HEX triplet: 42, 8D and 19. RGB value is (66,141,25). Sum of RGB (Red+Green+Blue) = 66+141+25=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #428D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428D19 is #BD72E6. Grayscale: #696969. Windows color (decimal): -12415719 or 1674562. OLE color: 1674562.

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

Color convert

RGB 66 141 25 -
CMYK 0.53 0 0.82 0.45
HSL 98.79º 0.7% 0.33% -
HSV(B) 98.79º 0.82% 0.55% -
XYZ 11.95 20.28 4.2 -
YUV 105.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 66 141 25 0.53 0 0.82 0.45 98.79 0.7 0.33
Hex 42 8D 19 35 0 52 2D 63 46 21
Octal 102 215 31 65 0 122 55 143 106 41
Binary 1000010 10001101 11001 110101 0 1010010 101101 1100011 1000110 100001

Color Harmonies of #428D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D19

Black with #428D19

Text Example


Text Example

White with #428D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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