Html Css Color HEX #428D27 La Palma

📋 copy color: '#428D27'

red 66 ◦ green 141 ◦ blue 39

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

Shades of La Palma #428D27

Tints of La Palma #428D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 26.83%
G = 57.32%
B = 15.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#428D27 (or 0x428D27) is known color: La Palma. HEX triplet: 42, 8D and 27. RGB value is (66,141,39). Sum of RGB (Red+Green+Blue) = 66+141+39=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #428D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D27 is #BD72D8. Grayscale: #6B6B6B. Windows color (decimal): -12415705 or 2592066. OLE color: 2592066.

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

Color convert

RGB 66 141 39 -
CMYK 0.53 0 0.72 0.45
HSL 104.12º 0.57% 0.35% -
HSV(B) 104.12º 0.72% 0.55% -
XYZ 12.14 20.35 5.21 -
YUV 106.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 66 141 39 0.53 0 0.72 0.45 104.12 0.57 0.35
Hex 42 8D 27 35 0 48 2D 68 39 23
Octal 102 215 47 65 0 110 55 150 71 43
Binary 1000010 10001101 100111 110101 0 1001000 101101 1101000 111001 100011

Color Harmonies of #428D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D27

Black with #428D27

Text Example


Text Example

White with #428D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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