Html Css Color HEX #025A0C Green

📋 copy color: '#025A0C'

red 2 ◦ green 90 ◦ blue 12

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

Shades of Green #025A0C

Tints of Green #025A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.54%

R = 1.92%
G = 86.54%
B = 11.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#025A0C (or 0x025A0C) is known color: Green. HEX triplet: 02, 5A and 0C. RGB value is (2,90,12). Sum of RGB (Red+Green+Blue) = 2+90+12=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #025A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A0C is #FDA5F3. Grayscale: #373737. Windows color (decimal): -16623092 or 809474. OLE color: 809474.

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

Color convert

RGB 2 90 12 -
CMYK 0.98 0 0.87 0.65
HSL 126.82º 0.96% 0.18% -
HSV(B) 126.82º 0.98% 0.35% -
XYZ 3.75 7.35 1.57 -
YUV 54.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 2 90 12 0.98 0 0.87 0.65 126.82 0.96 0.18
Hex 2 5A C 62 0 57 41 7F 60 12
Octal 2 132 14 142 0 127 101 177 140 22
Binary 10 1011010 1100 1100010 0 1010111 1000001 1111111 1100000 10010

Color Harmonies of #025A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A0C

Black with #025A0C

Text Example


Text Example

White with #025A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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