Html Css Color HEX #428231 La Palma

📋 copy color: '#428231'

red 66 ◦ green 130 ◦ blue 49

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

Shades of La Palma #428231

Tints of La Palma #428231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 26.94%
G = 53.06%
B = 20%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#428231 (or 0x428231) is known color: La Palma. HEX triplet: 42, 82 and 31. RGB value is (66,130,49). Sum of RGB (Red+Green+Blue) = 66+130+49=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #428231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428231 is #BD7DCE. Grayscale: #656565. Windows color (decimal): -12418511 or 3244610. OLE color: 3244610.

HSL color Cylindrical-coordinate representation of color #428231: hue angle of 107.41º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428231 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 49 -
CMYK 0.49 0 0.62 0.49
HSL 107.41º 0.45% 0.35% -
HSV(B) 107.41º 0.62% 0.51% -
XYZ 10.78 17.35 5.69 -
YUV 101.63 98.3 102.59 -
System Red Green Blue C M Y K H S L
Decimal 66 130 49 0.49 0 0.62 0.49 107.41 0.45 0.35
Hex 42 82 31 31 0 3E 31 6B 2D 23
Octal 102 202 61 61 0 76 61 153 55 43
Binary 1000010 10000010 110001 110001 0 111110 110001 1101011 101101 100011

Color Harmonies of #428231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428231

Black with #428231

Text Example


Text Example

White with #428231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428231; }

 p { color: rgb(66,130,49); }

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

background-color css

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

 a { background-color: rgb(66,130,49); }

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

border-color css

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

 span { border-color: rgb(66,130,49); }

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