Html Css Color HEX #428F2D La Palma

📋 copy color: '#428F2D'

red 66 ◦ green 143 ◦ blue 45

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

Shades of La Palma #428F2D

Tints of La Palma #428F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 25.98%
G = 56.3%
B = 17.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#428F2D (or 0x428F2D) is known color: La Palma. HEX triplet: 42, 8F and 2D. RGB value is (66,143,45). Sum of RGB (Red+Green+Blue) = 66+143+45=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #428F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F2D is #BD70D2. Grayscale: #6D6D6D. Windows color (decimal): -12415187 or 2985794. OLE color: 2985794.

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

Color convert

RGB 66 143 45 -
CMYK 0.54 0 0.69 0.44
HSL 107.14º 0.52% 0.37% -
HSV(B) 107.14º 0.69% 0.56% -
XYZ 12.54 20.99 5.87 -
YUV 108.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 66 143 45 0.54 0 0.69 0.44 107.14 0.52 0.37
Hex 42 8F 2D 36 0 45 2C 6B 34 25
Octal 102 217 55 66 0 105 54 153 64 45
Binary 1000010 10001111 101101 110110 0 1000101 101100 1101011 110100 100101

Color Harmonies of #428F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F2D

Black with #428F2D

Text Example


Text Example

White with #428F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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