Html Css Color HEX #023125 Dark Green

📋 copy color: '#023125'

red 2 ◦ green 49 ◦ blue 37

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

Shades of Dark Green #023125

Tints of Dark Green #023125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

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

R = 2.27%
G = 55.68%
B = 42.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#023125 (or 0x023125) is known color: Dark Green. HEX triplet: 02, 31 and 25. RGB value is (2,49,37). Sum of RGB (Red+Green+Blue) = 2+49+37=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #023125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023125 is #FDCEDA. Grayscale: #212121. Windows color (decimal): -16633563 or 2437378. OLE color: 2437378.

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

Color convert

RGB 2 49 37 -
CMYK 0.96 0 0.24 0.81
HSL 164.68º 0.92% 0.1% -
HSV(B) 164.68º 0.96% 0.19% -
XYZ 1.46 2.34 2.13 -
YUV 33.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 2 49 37 0.96 0 0.24 0.81 164.68 0.92 0.1
Hex 2 31 25 60 0 18 51 A5 5C A
Octal 2 61 45 140 0 30 121 245 134 12
Binary 10 110001 100101 1100000 0 11000 1010001 10100101 1011100 1010

Color Harmonies of #023125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023125

Black with #023125

Text Example


Text Example

White with #023125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023125; }

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

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

background-color css

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

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

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

border-color css

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

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

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