Html Css Color HEX #03241E Dark Green

📋 copy color: '#03241E'

red 3 ◦ green 36 ◦ blue 30

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

Shades of Dark Green #03241E

Tints of Dark Green #03241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 52.17%

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 4.35%
G = 52.17%
B = 43.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#03241E (or 0x03241E) is known color: Dark Green. HEX triplet: 03, 24 and 1E. RGB value is (3,36,30). Sum of RGB (Red+Green+Blue) = 3+36+30=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #03241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03241E is #FCDBE1. Grayscale: #191919. Windows color (decimal): -16571362 or 1975299. OLE color: 1975299.

HSL color Cylindrical-coordinate representation of color #03241E: hue angle of 169.09º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03241E is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 3 36 30 -
CMYK 0.92 0 0.17 0.86
HSL 169.09º 0.85% 0.08% -
HSV(B) 169.09º 0.92% 0.14% -
XYZ 0.9 1.37 1.45 -
YUV 25.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 3 36 30 0.92 0 0.17 0.86 169.09 0.85 0.08
Hex 3 24 1E 5C 0 11 56 A9 55 8
Octal 3 44 36 134 0 21 126 251 125 10
Binary 11 100100 11110 1011100 0 10001 1010110 10101001 1010101 1000

Color Harmonies of #03241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03241E

Black with #03241E

Text Example


Text Example

White with #03241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03241E; }

 p { color: rgb(3,36,30); }

 H1.HeaderClassName
 {
   color: #03241E;
 }
 .AnyTagClassName
 {
   color: #03241E;
 }
</style>

background-color css

<style>
 a { background-color: #03241E; }

 a { background-color: rgb(3,36,30); }

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

border-color css

<style>
 span { border-color: #03241E; }

 span { border-color: rgb(3,36,30); }

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