Html Css Color HEX #025A0F Green

📋 copy color: '#025A0F'

red 2 ◦ green 90 ◦ blue 15

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

Shades of Green #025A0F

Tints of Green #025A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 84.11%

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

R = 1.87%
G = 84.11%
B = 14.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#025A0F (or 0x025A0F) is known color: Green. HEX triplet: 02, 5A and 0F. RGB value is (2,90,15). Sum of RGB (Red+Green+Blue) = 2+90+15=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #025A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A0F is #FDA5F0. Grayscale: #373737. Windows color (decimal): -16623089 or 1006082. OLE color: 1006082.

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

Color convert

RGB 2 90 15 -
CMYK 0.98 0 0.83 0.65
HSL 128.86º 0.96% 0.18% -
HSV(B) 128.86º 0.98% 0.35% -
XYZ 3.77 7.36 1.67 -
YUV 55.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 2 90 15 0.98 0 0.83 0.65 128.86 0.96 0.18
Hex 2 5A F 62 0 53 41 81 60 12
Octal 2 132 17 142 0 123 101 201 140 22
Binary 10 1011010 1111 1100010 0 1010011 1000001 10000001 1100000 10010

Color Harmonies of #025A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A0F

Black with #025A0F

Text Example


Text Example

White with #025A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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