Html Css Color HEX #03251C Dark Green

📋 copy color: '#03251C'

red 3 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #03251C

Tints of Dark Green #03251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 54.41%

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

R = 4.41%
G = 54.41%
B = 41.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#03251C (or 0x03251C) is known color: Dark Green. HEX triplet: 03, 25 and 1C. RGB value is (3,37,28). Sum of RGB (Red+Green+Blue) = 3+37+28=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #03251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251C is #FCDAE3. Grayscale: #191919. Windows color (decimal): -16571108 or 1844483. OLE color: 1844483.

HSL color Cylindrical-coordinate representation of color #03251C: hue angle of 164.12º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03251C is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 37 28 -
CMYK 0.92 0 0.24 0.85
HSL 164.12º 0.85% 0.08% -
HSV(B) 164.12º 0.92% 0.15% -
XYZ 0.91 1.43 1.33 -
YUV 25.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 3 37 28 0.92 0 0.24 0.85 164.12 0.85 0.08
Hex 3 25 1C 5C 0 18 55 A4 55 8
Octal 3 45 34 134 0 30 125 244 125 10
Binary 11 100101 11100 1011100 0 11000 1010101 10100100 1010101 1000

Color Harmonies of #03251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03251C

Black with #03251C

Text Example


Text Example

White with #03251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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