Html Css Color HEX #428630 La Palma

📋 copy color: '#428630'

red 66 ◦ green 134 ◦ blue 48

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

Shades of La Palma #428630

Tints of La Palma #428630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.03%

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

R = 26.61%
G = 54.03%
B = 19.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#428630 (or 0x428630) is known color: La Palma. HEX triplet: 42, 86 and 30. RGB value is (66,134,48). Sum of RGB (Red+Green+Blue) = 66+134+48=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #428630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428630 is #BD79CF. Grayscale: #686868. Windows color (decimal): -12417488 or 3180098. OLE color: 3180098.

HSL color Cylindrical-coordinate representation of color #428630: hue angle of 107.44º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428630 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 48 -
CMYK 0.51 0 0.64 0.47
HSL 107.44º 0.47% 0.36% -
HSV(B) 107.44º 0.64% 0.53% -
XYZ 11.31 18.42 5.76 -
YUV 103.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 66 134 48 0.51 0 0.64 0.47 107.44 0.47 0.36
Hex 42 86 30 33 0 40 2F 6B 2F 24
Octal 102 206 60 63 0 100 57 153 57 44
Binary 1000010 10000110 110000 110011 0 1000000 101111 1101011 101111 100100

Color Harmonies of #428630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428630

Black with #428630

Text Example


Text Example

White with #428630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428630; }

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

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

background-color css

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

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

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

border-color css

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

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

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