Html Css Color HEX #03231C Dark Green

📋 copy color: '#03231C'

red 3 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #03231C

Tints of Dark Green #03231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 42.42%

R = 4.55%
G = 53.03%
B = 42.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#03231C (or 0x03231C) is known color: Dark Green. HEX triplet: 03, 23 and 1C. RGB value is (3,35,28). Sum of RGB (Red+Green+Blue) = 3+35+28=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #03231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03231C is #FCDCE3. Grayscale: #181818. Windows color (decimal): -16571620 or 1843971. OLE color: 1843971.

HSL color Cylindrical-coordinate representation of color #03231C: hue angle of 166.88º 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 #03231C is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 3 35 28 -
CMYK 0.91 0 0.20 0.86
HSL 166.88º 0.84% 0.07% -
HSV(B) 166.88º 0.91% 0.14% -
XYZ 0.85 1.31 1.31 -
YUV 24.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 3 35 28 0.91 0 0.20 0.86 166.88 0.84 0.07
Hex 3 23 1C 5B 0 14 56 A7 54 7
Octal 3 43 34 133 0 24 126 247 124 7
Binary 11 100011 11100 1011011 0 10100 1010110 10100111 1010100 111

Color Harmonies of #03231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03231C

Black with #03231C

Text Example


Text Example

White with #03231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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