Html Css Color HEX #025C07 Green

📋 copy color: '#025C07'

red 2 ◦ green 92 ◦ blue 7

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

Shades of Green #025C07

Tints of Green #025C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 91.09%

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 1.98%
G = 91.09%
B = 6.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.64

RGB Variations

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

Color information

#025C07 (or 0x025C07) is known color: Green. HEX triplet: 02, 5C and 07. RGB value is (2,92,7). Sum of RGB (Red+Green+Blue) = 2+92+7=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 92 (36.33% from 255 or 91.09% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 92 - color contains mainly: green. Hex color #025C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C07 is #FDA3F8. Grayscale: #373737. Windows color (decimal): -16622585 or 482306. OLE color: 482306.

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

Color convert

RGB 2 92 7 -
CMYK 0.98 0 0.92 0.64
HSL 123.33º 0.96% 0.18% -
HSV(B) 123.33º 0.98% 0.36% -
XYZ 3.89 7.68 1.48 -
YUV 55.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 2 92 7 0.98 0 0.92 0.64 123.33 0.96 0.18
Hex 2 5C 7 62 0 5C 40 7B 60 12
Octal 2 134 7 142 0 134 100 173 140 22
Binary 10 1011100 111 1100010 0 1011100 1000000 1111011 1100000 10010

Color Harmonies of #025C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C07

Black with #025C07

Text Example


Text Example

White with #025C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,7); }

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

background-color css

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

 a { background-color: rgb(2,92,7); }

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

border-color css

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

 span { border-color: rgb(2,92,7); }

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