Html Css Color HEX #428C1F La Palma

📋 copy color: '#428C1F'

red 66 ◦ green 140 ◦ blue 31

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

Shades of La Palma #428C1F

Tints of La Palma #428C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 59.07%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 27.85%
G = 59.07%
B = 13.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#428C1F (or 0x428C1F) is known color: La Palma. HEX triplet: 42, 8C and 1F. RGB value is (66,140,31). Sum of RGB (Red+Green+Blue) = 66+140+31=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #428C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C1F is #BD73E0. Grayscale: #696969. Windows color (decimal): -12415969 or 2067522. OLE color: 2067522.

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

Color convert

RGB 66 140 31 -
CMYK 0.53 0 0.78 0.45
HSL 100.73º 0.64% 0.34% -
HSV(B) 100.73º 0.78% 0.55% -
XYZ 11.87 20.01 4.53 -
YUV 105.45 85.98 99.86 -
System Red Green Blue C M Y K H S L
Decimal 66 140 31 0.53 0 0.78 0.45 100.73 0.64 0.34
Hex 42 8C 1F 35 0 4E 2D 65 40 22
Octal 102 214 37 65 0 116 55 145 100 42
Binary 1000010 10001100 11111 110101 0 1001110 101101 1100101 1000000 100010

Color Harmonies of #428C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C1F

Black with #428C1F

Text Example


Text Example

White with #428C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,31); }

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

background-color css

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

 a { background-color: rgb(66,140,31); }

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

border-color css

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

 span { border-color: rgb(66,140,31); }

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