Html Css Color HEX #428A1D La Palma

📋 copy color: '#428A1D'

red 66 ◦ green 138 ◦ blue 29

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

Shades of La Palma #428A1D

Tints of La Palma #428A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.23%

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

R = 28.33%
G = 59.23%
B = 12.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#428A1D (or 0x428A1D) is known color: La Palma. HEX triplet: 42, 8A and 1D. RGB value is (66,138,29). Sum of RGB (Red+Green+Blue) = 66+138+29=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #428A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A1D is #BD75E2. Grayscale: #686868. Windows color (decimal): -12416483 or 1935938. OLE color: 1935938.

HSL color Cylindrical-coordinate representation of color #428A1D: hue angle of 99.63º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #428A1D is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 29 -
CMYK 0.52 0 0.79 0.46
HSL 99.63º 0.65% 0.33% -
HSV(B) 99.63º 0.79% 0.54% -
XYZ 11.56 19.42 4.3 -
YUV 104.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 66 138 29 0.52 0 0.79 0.46 99.63 0.65 0.33
Hex 42 8A 1D 34 0 4F 2E 64 41 21
Octal 102 212 35 64 0 117 56 144 101 41
Binary 1000010 10001010 11101 110100 0 1001111 101110 1100100 1000001 100001

Color Harmonies of #428A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A1D

Black with #428A1D

Text Example


Text Example

White with #428A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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