Html Css Color HEX #428530 La Palma

📋 copy color: '#428530'

red 66 ◦ green 133 ◦ blue 48

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

Shades of La Palma #428530

Tints of La Palma #428530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 26.72%
G = 53.85%
B = 19.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#428530 (or 0x428530) is known color: La Palma. HEX triplet: 42, 85 and 30. RGB value is (66,133,48). Sum of RGB (Red+Green+Blue) = 66+133+48=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #428530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428530 is #BD7ACF. Grayscale: #676767. Windows color (decimal): -12417744 or 3179842. OLE color: 3179842.

HSL color Cylindrical-coordinate representation of color #428530: hue angle of 107.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428530 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 48 -
CMYK 0.50 0 0.64 0.48
HSL 107.29º 0.47% 0.35% -
HSV(B) 107.29º 0.64% 0.52% -
XYZ 11.17 18.15 5.71 -
YUV 103.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 66 133 48 0.50 0 0.64 0.48 107.29 0.47 0.35
Hex 42 85 30 32 0 40 30 6B 2F 23
Octal 102 205 60 62 0 100 60 153 57 43
Binary 1000010 10000101 110000 110010 0 1000000 110000 1101011 101111 100011

Color Harmonies of #428530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428530

Black with #428530

Text Example


Text Example

White with #428530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428530; }

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

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

background-color css

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

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

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

border-color css

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

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

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