Html Css Color HEX #03231F Dark Green

📋 copy color: '#03231F'

red 3 ◦ green 35 ◦ blue 31

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

Shades of Dark Green #03231F

Tints of Dark Green #03231F

RGB

 RED value IS 3 (1.56% from 255) = 4.35%

 GREEN value IS 35 (14.06% from 255) = 50.72%

 BLUE value IS 31 (12.5% from 255) = 44.93%

R = 4.35%
G = 50.72%
B = 44.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#03231F (or 0x03231F) is known color: Dark Green. HEX triplet: 03, 23 and 1F. RGB value is (3,35,31). Sum of RGB (Red+Green+Blue) = 3+35+31=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #03231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03231F is #FCDCE0. Grayscale: #181818. Windows color (decimal): -16571617 or 2040579. OLE color: 2040579.

HSL color Cylindrical-coordinate representation of color #03231F: hue angle of 172.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03231F is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 3 35 31 -
CMYK 0.91 0 0.11 0.86
HSL 172.5º 0.84% 0.07% -
HSV(B) 172.5º 0.91% 0.14% -
XYZ 0.89 1.32 1.5 -
YUV 24.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 3 35 31 0.91 0 0.11 0.86 172.5 0.84 0.07
Hex 3 23 1F 5B 0 B 56 AC 54 7
Octal 3 43 37 133 0 13 126 254 124 7
Binary 11 100011 11111 1011011 0 1011 1010110 10101100 1010100 111

Color Harmonies of #03231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03231F

Black with #03231F

Text Example


Text Example

White with #03231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03231F; }

 p { color: rgb(3,35,31); }

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

background-color css

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

 a { background-color: rgb(3,35,31); }

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

border-color css

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

 span { border-color: rgb(3,35,31); }

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