Html Css Color HEX #02700F Green

📋 copy color: '#02700F'

red 2 ◦ green 112 ◦ blue 15

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

Shades of Green #02700F

Tints of Green #02700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 1.55%
G = 86.82%
B = 11.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#02700F (or 0x02700F) is known color: Green. HEX triplet: 02, 70 and 0F. RGB value is (2,112,15). Sum of RGB (Red+Green+Blue) = 2+112+15=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 112 (44.14% from 255 or 86.82% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 112 - color contains mainly: green. Hex color #02700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02700F is #FD8FF0. Grayscale: #444444. Windows color (decimal): -16617457 or 1011714. OLE color: 1011714.

HSL color Cylindrical-coordinate representation of color #02700F: hue angle of 127.09º 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 #02700F is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 15 -
CMYK 0.98 0 0.87 0.56
HSL 127.09º 0.96% 0.22% -
HSV(B) 127.09º 0.98% 0.44% -
XYZ 5.91 11.64 2.39 -
YUV 68.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 2 112 15 0.98 0 0.87 0.56 127.09 0.96 0.22
Hex 2 70 F 62 0 57 38 7F 60 16
Octal 2 160 17 142 0 127 70 177 140 26
Binary 10 1110000 1111 1100010 0 1010111 111000 1111111 1100000 10110

Color Harmonies of #02700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02700F

Black with #02700F

Text Example


Text Example

White with #02700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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