Html Css Color HEX #025D3E Jewel

📋 copy color: '#025D3E'

red 2 ◦ green 93 ◦ blue 62

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

Shades of Jewel #025D3E

Tints of Jewel #025D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.24%

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 1.27%
G = 59.24%
B = 39.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#025D3E (or 0x025D3E) is known color: Jewel. HEX triplet: 02, 5D and 3E. RGB value is (2,93,62). Sum of RGB (Red+Green+Blue) = 2+93+62=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #025D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D3E is #FDA2C1. Grayscale: #3E3E3E. Windows color (decimal): -16622274 or 4087042. OLE color: 4087042.

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

Color convert

RGB 2 93 62 -
CMYK 0.98 0 0.33 0.64
HSL 159.56º 0.96% 0.19% -
HSV(B) 159.56º 0.98% 0.36% -
XYZ 4.81 8.19 5.88 -
YUV 62.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 2 93 62 0.98 0 0.33 0.64 159.56 0.96 0.19
Hex 2 5D 3E 62 0 21 40 A0 60 13
Octal 2 135 76 142 0 41 100 240 140 23
Binary 10 1011101 111110 1100010 0 100001 1000000 10100000 1100000 10011

Color Harmonies of #025D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D3E

Black with #025D3E

Text Example


Text Example

White with #025D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,93,62); }

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

background-color css

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

 a { background-color: rgb(2,93,62); }

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

border-color css

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

 span { border-color: rgb(2,93,62); }

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