Html Css Color HEX #428E2C La Palma

📋 copy color: '#428E2C'

red 66 ◦ green 142 ◦ blue 44

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

Shades of La Palma #428E2C

Tints of La Palma #428E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 56.35%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 26.19%
G = 56.35%
B = 17.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#428E2C (or 0x428E2C) is known color: La Palma. HEX triplet: 42, 8E and 2C. RGB value is (66,142,44). Sum of RGB (Red+Green+Blue) = 66+142+44=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #428E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E2C is #BD71D3. Grayscale: #6C6C6C. Windows color (decimal): -12415444 or 2920002. OLE color: 2920002.

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

Color convert

RGB 66 142 44 -
CMYK 0.54 0 0.69 0.44
HSL 106.53º 0.53% 0.36% -
HSV(B) 106.53º 0.69% 0.56% -
XYZ 12.37 20.69 5.72 -
YUV 108.1 91.82 97.97 -
System Red Green Blue C M Y K H S L
Decimal 66 142 44 0.54 0 0.69 0.44 106.53 0.53 0.36
Hex 42 8E 2C 36 0 45 2C 6B 35 24
Octal 102 216 54 66 0 105 54 153 65 44
Binary 1000010 10001110 101100 110110 0 1000101 101100 1101011 110101 100100

Color Harmonies of #428E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E2C

Black with #428E2C

Text Example


Text Example

White with #428E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,142,44); }

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

background-color css

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

 a { background-color: rgb(66,142,44); }

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

border-color css

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

 span { border-color: rgb(66,142,44); }

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