Html Css Color HEX #027003 Green

📋 copy color: '#027003'

red 2 ◦ green 112 ◦ blue 3

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

Shades of Green #027003

Tints of Green #027003

RGB

 RED value IS 2 (1.17% from 255) = 1.71%

 GREEN value IS 112 (44.14% from 255) = 95.73%

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

R = 1.71%
G = 95.73%
B = 2.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#027003 (or 0x027003) is known color: Green. HEX triplet: 02, 70 and 03. RGB value is (2,112,3). Sum of RGB (Red+Green+Blue) = 2+112+3=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 112 (44.14% from 255 or 95.73% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 112 - color contains mainly: green. Hex color #027003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027003 is #FD8FFC. Grayscale: #434343. Windows color (decimal): -16617469 or 225282. OLE color: 225282.

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

Color convert

RGB 2 112 3 -
CMYK 0.98 0 0.97 0.56
HSL 120.55º 0.96% 0.22% -
HSV(B) 120.55º 0.98% 0.44% -
XYZ 5.84 11.61 2.02 -
YUV 66.68 92.06 81.86 -
System Red Green Blue C M Y K H S L
Decimal 2 112 3 0.98 0 0.97 0.56 120.55 0.96 0.22
Hex 2 70 3 62 0 61 38 79 60 16
Octal 2 160 3 142 0 141 70 171 140 26
Binary 10 1110000 11 1100010 0 1100001 111000 1111001 1100000 10110

Color Harmonies of #027003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027003

Black with #027003

Text Example


Text Example

White with #027003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027003; }

 p { color: rgb(2,112,3); }

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

background-color css

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

 a { background-color: rgb(2,112,3); }

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

border-color css

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

 span { border-color: rgb(2,112,3); }

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