Html Css Color HEX #025F0E Green

📋 copy color: '#025F0E'

red 2 ◦ green 95 ◦ blue 14

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

Shades of Green #025F0E

Tints of Green #025F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 85.59%

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 1.8%
G = 85.59%
B = 12.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#025F0E (or 0x025F0E) is known color: Green. HEX triplet: 02, 5F and 0E. RGB value is (2,95,14). Sum of RGB (Red+Green+Blue) = 2+95+14=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 95 (37.5% from 255 or 85.59% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 95 - color contains mainly: green. Hex color #025F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025F0E is #FDA0F1. Grayscale: #3A3A3A. Windows color (decimal): -16621810 or 941826. OLE color: 941826.

HSL color Cylindrical-coordinate representation of color #025F0E: hue angle of 127.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025F0E is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 95 14 -
CMYK 0.98 0 0.85 0.63
HSL 127.74º 0.96% 0.19% -
HSV(B) 127.74º 0.98% 0.37% -
XYZ 4.2 8.23 1.78 -
YUV 57.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 2 95 14 0.98 0 0.85 0.63 127.74 0.96 0.19
Hex 2 5F E 62 0 55 3F 80 60 13
Octal 2 137 16 142 0 125 77 200 140 23
Binary 10 1011111 1110 1100010 0 1010101 111111 10000000 1100000 10011

Color Harmonies of #025F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025F0E

Black with #025F0E

Text Example


Text Example

White with #025F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025F0E; }

 p { color: rgb(2,95,14); }

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

background-color css

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

 a { background-color: rgb(2,95,14); }

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

border-color css

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

 span { border-color: rgb(2,95,14); }

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