Html Css Color HEX #428F3F La Palma

📋 copy color: '#428F3F'

red 66 ◦ green 143 ◦ blue 63

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

Shades of La Palma #428F3F

Tints of La Palma #428F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.57%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 24.26%
G = 52.57%
B = 23.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#428F3F (or 0x428F3F) is known color: La Palma. HEX triplet: 42, 8F and 3F. RGB value is (66,143,63). Sum of RGB (Red+Green+Blue) = 66+143+63=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #428F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F3F is #BD70C0. Grayscale: #6F6F6F. Windows color (decimal): -12415169 or 4165442. OLE color: 4165442.

HSL color Cylindrical-coordinate representation of color #428F3F: hue angle of 117.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428F3F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 63 -
CMYK 0.54 0 0.56 0.44
HSL 117.75º 0.39% 0.4% -
HSV(B) 117.75º 0.56% 0.56% -
XYZ 12.97 21.16 8.1 -
YUV 110.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 66 143 63 0.54 0 0.56 0.44 117.75 0.39 0.4
Hex 42 8F 3F 36 0 38 2C 76 27 28
Octal 102 217 77 66 0 70 54 166 47 50
Binary 1000010 10001111 111111 110110 0 111000 101100 1110110 100111 101000

Color Harmonies of #428F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F3F

Black with #428F3F

Text Example


Text Example

White with #428F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,63); }

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

background-color css

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

 a { background-color: rgb(66,143,63); }

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

border-color css

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

 span { border-color: rgb(66,143,63); }

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