Html Css Color HEX #428F03 La Palma

📋 copy color: '#428F03'

red 66 ◦ green 143 ◦ blue 3

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

Shades of La Palma #428F03

Tints of La Palma #428F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 31.13%
G = 67.45%
B = 1.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#428F03 (or 0x428F03) is known color: La Palma. HEX triplet: 42, 8F and 03. RGB value is (66,143,3). Sum of RGB (Red+Green+Blue) = 66+143+3=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #428F03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428F03 is #BD70FC. Grayscale: #686868. Windows color (decimal): -12415229 or 233282. OLE color: 233282.

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

Color convert

RGB 66 143 3 -
CMYK 0.54 0 0.98 0.44
HSL 93º 0.96% 0.29% -
HSV(B) 93º 0.98% 0.56% -
XYZ 12.09 20.81 3.47 -
YUV 104.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 66 143 3 0.54 0 0.98 0.44 93 0.96 0.29
Hex 42 8F 3 36 0 62 2C 5D 60 1D
Octal 102 217 3 66 0 142 54 135 140 35
Binary 1000010 10001111 11 110110 0 1100010 101100 1011101 1100000 11101

Color Harmonies of #428F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F03

Black with #428F03

Text Example


Text Example

White with #428F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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