Html Css Color HEX #428B28 La Palma

📋 copy color: '#428B28'

red 66 ◦ green 139 ◦ blue 40

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

Shades of La Palma #428B28

Tints of La Palma #428B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 26.94%
G = 56.73%
B = 16.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#428B28 (or 0x428B28) is known color: La Palma. HEX triplet: 42, 8B and 28. RGB value is (66,139,40). Sum of RGB (Red+Green+Blue) = 66+139+40=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #428B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B28 is #BD74D7. Grayscale: #6A6A6A. Windows color (decimal): -12416216 or 2657090. OLE color: 2657090.

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

Color convert

RGB 66 139 40 -
CMYK 0.53 0 0.71 0.45
HSL 104.24º 0.55% 0.35% -
HSV(B) 104.24º 0.71% 0.55% -
XYZ 11.86 19.78 5.2 -
YUV 105.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 66 139 40 0.53 0 0.71 0.45 104.24 0.55 0.35
Hex 42 8B 28 35 0 47 2D 68 37 23
Octal 102 213 50 65 0 107 55 150 67 43
Binary 1000010 10001011 101000 110101 0 1000111 101101 1101000 110111 100011

Color Harmonies of #428B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B28

Black with #428B28

Text Example


Text Example

White with #428B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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