Html Css Color HEX #023225 Dark Green

📋 copy color: '#023225'

red 2 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #023225

Tints of Dark Green #023225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 37 (14.84% from 255) = 41.57%

R = 2.25%
G = 56.18%
B = 41.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#023225 (or 0x023225) is known color: Dark Green. HEX triplet: 02, 32 and 25. RGB value is (2,50,37). Sum of RGB (Red+Green+Blue) = 2+50+37=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #023225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023225 is #FDCDDA. Grayscale: #222222. Windows color (decimal): -16633307 or 2437634. OLE color: 2437634.

HSL color Cylindrical-coordinate representation of color #023225: hue angle of 163.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023225 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 50 37 -
CMYK 0.96 0 0.26 0.80
HSL 163.75º 0.92% 0.1% -
HSV(B) 163.75º 0.96% 0.2% -
XYZ 1.5 2.43 2.14 -
YUV 34.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 2 50 37 0.96 0 0.26 0.80 163.75 0.92 0.1
Hex 2 32 25 60 0 1A 50 A4 5C A
Octal 2 62 45 140 0 32 120 244 134 12
Binary 10 110010 100101 1100000 0 11010 1010000 10100100 1011100 1010

Color Harmonies of #023225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023225

Black with #023225

Text Example


Text Example

White with #023225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023225; }

 p { color: rgb(2,50,37); }

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

background-color css

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

 a { background-color: rgb(2,50,37); }

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

border-color css

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

 span { border-color: rgb(2,50,37); }

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