Html Css Color HEX #428F24 La Palma

📋 copy color: '#428F24'

red 66 ◦ green 143 ◦ blue 36

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

Shades of La Palma #428F24

Tints of La Palma #428F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 58.37%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 26.94%
G = 58.37%
B = 14.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#428F24 (or 0x428F24) is known color: La Palma. HEX triplet: 42, 8F and 24. RGB value is (66,143,36). Sum of RGB (Red+Green+Blue) = 66+143+36=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 143 (56.25% from 255 or 58.37% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 143 - color contains mainly: green. Hex color #428F24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F24 is #BD70DB. Grayscale: #6C6C6C. Windows color (decimal): -12415196 or 2395970. OLE color: 2395970.

HSL color Cylindrical-coordinate representation of color #428F24: hue angle of 103.18º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #428F24 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 36 -
CMYK 0.54 0 0.75 0.44
HSL 103.18º 0.6% 0.35% -
HSV(B) 103.18º 0.75% 0.56% -
XYZ 12.39 20.93 5.06 -
YUV 107.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 66 143 36 0.54 0 0.75 0.44 103.18 0.6 0.35
Hex 42 8F 24 36 0 4B 2C 67 3C 23
Octal 102 217 44 66 0 113 54 147 74 43
Binary 1000010 10001111 100100 110110 0 1001011 101100 1100111 111100 100011

Color Harmonies of #428F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F24

Black with #428F24

Text Example


Text Example

White with #428F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,36); }

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

background-color css

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

 a { background-color: rgb(66,143,36); }

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

border-color css

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

 span { border-color: rgb(66,143,36); }

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