Html Css Color HEX #023825 Dark Green

📋 copy color: '#023825'

red 2 ◦ green 56 ◦ blue 37

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

Shades of Dark Green #023825

Tints of Dark Green #023825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 58.95%

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

R = 2.11%
G = 58.95%
B = 38.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#023825 (or 0x023825) is known color: Dark Green. HEX triplet: 02, 38 and 25. RGB value is (2,56,37). Sum of RGB (Red+Green+Blue) = 2+56+37=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #023825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023825 is #FDC7DA. Grayscale: #252525. Windows color (decimal): -16631771 or 2439170. OLE color: 2439170.

HSL color Cylindrical-coordinate representation of color #023825: hue angle of 158.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023825 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 56 37 -
CMYK 0.96 0 0.34 0.78
HSL 158.89º 0.93% 0.11% -
HSV(B) 158.89º 0.96% 0.22% -
XYZ 1.77 2.97 2.23 -
YUV 37.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 2 56 37 0.96 0 0.34 0.78 158.89 0.93 0.11
Hex 2 38 25 60 0 22 4E 9F 5D B
Octal 2 70 45 140 0 42 116 237 135 13
Binary 10 111000 100101 1100000 0 100010 1001110 10011111 1011101 1011

Color Harmonies of #023825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023825

Black with #023825

Text Example


Text Example

White with #023825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023825; }

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

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

background-color css

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

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

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

border-color css

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

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

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