Html Css Color HEX #03230D Dark Green

📋 copy color: '#03230D'

red 3 ◦ green 35 ◦ blue 13

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

Shades of Dark Green #03230D

Tints of Dark Green #03230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 5.88%
G = 68.63%
B = 25.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#03230D (or 0x03230D) is known color: Dark Green. HEX triplet: 03, 23 and 0D. RGB value is (3,35,13). Sum of RGB (Red+Green+Blue) = 3+35+13=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #03230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230D is #FCDCF2. Grayscale: #161616. Windows color (decimal): -16571635 or 860931. OLE color: 860931.

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

Color convert

RGB 3 35 13 -
CMYK 0.91 0 0.63 0.86
HSL 138.75º 0.84% 0.07% -
HSV(B) 138.75º 0.91% 0.14% -
XYZ 0.71 1.25 0.58 -
YUV 22.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 3 35 13 0.91 0 0.63 0.86 138.75 0.84 0.07
Hex 3 23 D 5B 0 3F 56 8B 54 7
Octal 3 43 15 133 0 77 126 213 124 7
Binary 11 100011 1101 1011011 0 111111 1010110 10001011 1010100 111

Color Harmonies of #03230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03230D

Black with #03230D

Text Example


Text Example

White with #03230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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