Html Css Color HEX #428B19 La Palma

📋 copy color: '#428B19'

red 66 ◦ green 139 ◦ blue 25

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

Shades of La Palma #428B19

Tints of La Palma #428B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.43%

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

R = 28.7%
G = 60.43%
B = 10.87%

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

#428B19 (or 0x428B19) is known color: La Palma. HEX triplet: 42, 8B and 19. RGB value is (66,139,25). Sum of RGB (Red+Green+Blue) = 66+139+25=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #428B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428B19 is #BD74E6. Grayscale: #686868. Windows color (decimal): -12416231 or 1674050. OLE color: 1674050.

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

Color convert

RGB 66 139 25 -
CMYK 0.53 0 0.82 0.45
HSL 98.42º 0.7% 0.32% -
HSV(B) 98.42º 0.82% 0.55% -
XYZ 11.65 19.69 4.11 -
YUV 104.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 66 139 25 0.53 0 0.82 0.45 98.42 0.7 0.32
Hex 42 8B 19 35 0 52 2D 62 46 20
Octal 102 213 31 65 0 122 55 142 106 40
Binary 1000010 10001011 11001 110101 0 1010010 101101 1100010 1000110 100000

Color Harmonies of #428B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B19

Black with #428B19

Text Example


Text Example

White with #428B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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