Html Css Color HEX #03251B Dark Green

📋 copy color: '#03251B'

red 3 ◦ green 37 ◦ blue 27

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

Shades of Dark Green #03251B

Tints of Dark Green #03251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 40.3%

R = 4.48%
G = 55.22%
B = 40.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#03251B (or 0x03251B) is known color: Dark Green. HEX triplet: 03, 25 and 1B. RGB value is (3,37,27). Sum of RGB (Red+Green+Blue) = 3+37+27=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #03251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251B is #FCDAE4. Grayscale: #191919. Windows color (decimal): -16571109 or 1778947. OLE color: 1778947.

HSL color Cylindrical-coordinate representation of color #03251B: hue angle of 162.35º 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 #03251B is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 37 27 -
CMYK 0.92 0 0.27 0.85
HSL 162.35º 0.85% 0.08% -
HSV(B) 162.35º 0.92% 0.15% -
XYZ 0.9 1.42 1.26 -
YUV 25.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 3 37 27 0.92 0 0.27 0.85 162.35 0.85 0.08
Hex 3 25 1B 5C 0 1B 55 A2 55 8
Octal 3 45 33 134 0 33 125 242 125 10
Binary 11 100101 11011 1011100 0 11011 1010101 10100010 1010101 1000

Color Harmonies of #03251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03251B

Black with #03251B

Text Example


Text Example

White with #03251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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