Html Css Color HEX #025D3F Jewel

📋 copy color: '#025D3F'

red 2 ◦ green 93 ◦ blue 63

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

Shades of Jewel #025D3F

Tints of Jewel #025D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.87%

R = 1.27%
G = 58.86%
B = 39.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#025D3F (or 0x025D3F) is known color: Jewel. HEX triplet: 02, 5D and 3F. RGB value is (2,93,63). Sum of RGB (Red+Green+Blue) = 2+93+63=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #025D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D3F is #FDA2C0. Grayscale: #3E3E3E. Windows color (decimal): -16622273 or 4152578. OLE color: 4152578.

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

Color convert

RGB 2 93 63 -
CMYK 0.98 0 0.32 0.64
HSL 160.22º 0.96% 0.19% -
HSV(B) 160.22º 0.98% 0.36% -
XYZ 4.84 8.2 6.03 -
YUV 62.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 2 93 63 0.98 0 0.32 0.64 160.22 0.96 0.19
Hex 2 5D 3F 62 0 20 40 A0 60 13
Octal 2 135 77 142 0 40 100 240 140 23
Binary 10 1011101 111111 1100010 0 100000 1000000 10100000 1100000 10011

Color Harmonies of #025D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D3F

Black with #025D3F

Text Example


Text Example

White with #025D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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