Html Css Color HEX #056002 Green

📋 copy color: '#056002'

red 5 ◦ green 96 ◦ blue 2

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

Shades of Green #056002

Tints of Green #056002

RGB

 RED value IS 5 (2.34% from 255) = 4.85%

 GREEN value IS 96 (37.89% from 255) = 93.2%

 BLUE value IS 2 (1.17% from 255) = 1.94%

R = 4.85%
G = 93.2%
B = 1.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#056002 (or 0x056002) is known color: Green. HEX triplet: 05, 60 and 02. RGB value is (5,96,2). Sum of RGB (Red+Green+Blue) = 5+96+2=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 96 (37.89% from 255 or 93.20% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 96 - color contains mainly: green. Hex color #056002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056002 is #FA9FFD. Grayscale: #3A3A3A. Windows color (decimal): -16424958 or 155653. OLE color: 155653.

HSL color Cylindrical-coordinate representation of color #056002: hue angle of 118.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056002 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 2 -
CMYK 0.95 0 0.98 0.62
HSL 118.09º 0.96% 0.19% -
HSV(B) 118.09º 0.98% 0.38% -
XYZ 4.26 8.4 1.45 -
YUV 58.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 5 96 2 0.95 0 0.98 0.62 118.09 0.96 0.19
Hex 5 60 2 5F 0 62 3E 76 60 13
Octal 5 140 2 137 0 142 76 166 140 23
Binary 101 1100000 10 1011111 0 1100010 111110 1110110 1100000 10011

Color Harmonies of #056002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056002

Black with #056002

Text Example


Text Example

White with #056002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056002; }

 p { color: rgb(5,96,2); }

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

background-color css

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

 a { background-color: rgb(5,96,2); }

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

border-color css

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

 span { border-color: rgb(5,96,2); }

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