Html Css Color HEX #03250F Dark Green

📋 copy color: '#03250F'

red 3 ◦ green 37 ◦ blue 15

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

Shades of Dark Green #03250F

Tints of Dark Green #03250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 5.45%
G = 67.27%
B = 27.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#03250F (or 0x03250F) is known color: Dark Green. HEX triplet: 03, 25 and 0F. RGB value is (3,37,15). Sum of RGB (Red+Green+Blue) = 3+37+15=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #03250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250F is #FCDAF0. Grayscale: #181818. Windows color (decimal): -16571121 or 992515. OLE color: 992515.

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

Color convert

RGB 3 37 15 -
CMYK 0.92 0 0.59 0.85
HSL 141.18º 0.85% 0.08% -
HSV(B) 141.18º 0.92% 0.15% -
XYZ 0.79 1.38 0.68 -
YUV 24.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 3 37 15 0.92 0 0.59 0.85 141.18 0.85 0.08
Hex 3 25 F 5C 0 3B 55 8D 55 8
Octal 3 45 17 134 0 73 125 215 125 10
Binary 11 100101 1111 1011100 0 111011 1010101 10001101 1010101 1000

Color Harmonies of #03250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03250F

Black with #03250F

Text Example


Text Example

White with #03250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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