Html Css Color HEX #428D1A La Palma

📋 copy color: '#428D1A'

red 66 ◦ green 141 ◦ blue 26

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

Shades of La Palma #428D1A

Tints of La Palma #428D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 28.33%
G = 60.52%
B = 11.16%

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

#428D1A (or 0x428D1A) is known color: La Palma. HEX triplet: 42, 8D and 1A. RGB value is (66,141,26). Sum of RGB (Red+Green+Blue) = 66+141+26=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #428D1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D1A is #BD72E5. Grayscale: #696969. Windows color (decimal): -12415718 or 1740098. OLE color: 1740098.

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

Color convert

RGB 66 141 26 -
CMYK 0.53 0 0.82 0.45
HSL 99.13º 0.69% 0.33% -
HSV(B) 99.13º 0.82% 0.55% -
XYZ 11.96 20.28 4.26 -
YUV 105.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 66 141 26 0.53 0 0.82 0.45 99.13 0.69 0.33
Hex 42 8D 1A 35 0 52 2D 63 45 21
Octal 102 215 32 65 0 122 55 143 105 41
Binary 1000010 10001101 11010 110101 0 1010010 101101 1100011 1000101 100001

Color Harmonies of #428D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D1A

Black with #428D1A

Text Example


Text Example

White with #428D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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