Html Css Color HEX #025B0E Green

📋 copy color: '#025B0E'

red 2 ◦ green 91 ◦ blue 14

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

Shades of Green #025B0E

Tints of Green #025B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 85.05%

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

R = 1.87%
G = 85.05%
B = 13.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#025B0E (or 0x025B0E) is known color: Green. HEX triplet: 02, 5B and 0E. RGB value is (2,91,14). Sum of RGB (Red+Green+Blue) = 2+91+14=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 91 (35.94% from 255 or 85.05% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 91 - color contains mainly: green. Hex color #025B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B0E is #FDA4F1. Grayscale: #373737. Windows color (decimal): -16622834 or 940802. OLE color: 940802.

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

Color convert

RGB 2 91 14 -
CMYK 0.98 0 0.85 0.64
HSL 128.09º 0.96% 0.18% -
HSV(B) 128.09º 0.98% 0.36% -
XYZ 3.85 7.53 1.67 -
YUV 55.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 2 91 14 0.98 0 0.85 0.64 128.09 0.96 0.18
Hex 2 5B E 62 0 55 40 80 60 12
Octal 2 133 16 142 0 125 100 200 140 22
Binary 10 1011011 1110 1100010 0 1010101 1000000 10000000 1100000 10010

Color Harmonies of #025B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B0E

Black with #025B0E

Text Example


Text Example

White with #025B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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