Html Css Color HEX #428D1D La Palma

📋 copy color: '#428D1D'

red 66 ◦ green 141 ◦ blue 29

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

Shades of La Palma #428D1D

Tints of La Palma #428D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 27.97%
G = 59.75%
B = 12.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#428D1D (or 0x428D1D) is known color: La Palma. HEX triplet: 42, 8D and 1D. RGB value is (66,141,29). Sum of RGB (Red+Green+Blue) = 66+141+29=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #428D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D1D is #BD72E2. Grayscale: #6A6A6A. Windows color (decimal): -12415715 or 1936706. OLE color: 1936706.

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

Color convert

RGB 66 141 29 -
CMYK 0.53 0 0.79 0.45
HSL 100.18º 0.66% 0.33% -
HSV(B) 100.18º 0.79% 0.55% -
XYZ 11.99 20.3 4.45 -
YUV 105.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 66 141 29 0.53 0 0.79 0.45 100.18 0.66 0.33
Hex 42 8D 1D 35 0 4F 2D 64 42 21
Octal 102 215 35 65 0 117 55 144 102 41
Binary 1000010 10001101 11101 110101 0 1001111 101101 1100100 1000010 100001

Color Harmonies of #428D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D1D

Black with #428D1D

Text Example


Text Example

White with #428D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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