Html Css Color HEX #428230 La Palma

📋 copy color: '#428230'

red 66 ◦ green 130 ◦ blue 48

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

Shades of La Palma #428230

Tints of La Palma #428230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 27.05%
G = 53.28%
B = 19.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#428230 (or 0x428230) is known color: La Palma. HEX triplet: 42, 82 and 30. RGB value is (66,130,48). Sum of RGB (Red+Green+Blue) = 66+130+48=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #428230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428230 is #BD7DCF. Grayscale: #656565. Windows color (decimal): -12418512 or 3179074. OLE color: 3179074.

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

Color convert

RGB 66 130 48 -
CMYK 0.49 0 0.63 0.49
HSL 106.83º 0.46% 0.35% -
HSV(B) 106.83º 0.63% 0.51% -
XYZ 10.76 17.34 5.58 -
YUV 101.52 97.8 102.67 -
System Red Green Blue C M Y K H S L
Decimal 66 130 48 0.49 0 0.63 0.49 106.83 0.46 0.35
Hex 42 82 30 31 0 3F 31 6B 2E 23
Octal 102 202 60 61 0 77 61 153 56 43
Binary 1000010 10000010 110000 110001 0 111111 110001 1101011 101110 100011

Color Harmonies of #428230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428230

Black with #428230

Text Example


Text Example

White with #428230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428230; }

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

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

background-color css

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

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

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

border-color css

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

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

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