Html Css Color HEX #00301F Dark Green

📋 copy color: '#00301F'

red 0 ◦ green 48 ◦ blue 31

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

Shades of Dark Green #00301F

Tints of Dark Green #00301F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 60.76%

 BLUE value IS 31 (12.5% from 255) = 39.24%

R = 0%
G = 60.76%
B = 39.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#00301F (or 0x00301F) is known color: Dark Green. HEX triplet: 00, 30 and 1F. RGB value is (0,48,31). Sum of RGB (Red+Green+Blue) = 0+48+31=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #00301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301F is #FFCFE0. Grayscale: #1F1F1F. Windows color (decimal): -16764897 or 2043904. OLE color: 2043904.

HSL color Cylindrical-coordinate representation of color #00301F: hue angle of 158.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00301F is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 31 -
CMYK 1 0 0.35 0.81
HSL 158.75º 1% 0.09% -
HSV(B) 158.75º 1% 0.19% -
XYZ 1.3 2.21 1.65 -
YUV 31.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 0 48 31 1 0 0.35 0.81 158.75 1 0.09
Hex 0 30 1F 64 0 23 51 9F 64 9
Octal 0 60 37 144 0 43 121 237 144 11
Binary 0 110000 11111 1100100 0 100011 1010001 10011111 1100100 1001

Color Harmonies of #00301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00301F

Black with #00301F

Text Example


Text Example

White with #00301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,48,31); }

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

background-color css

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

 a { background-color: rgb(0,48,31); }

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

border-color css

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

 span { border-color: rgb(0,48,31); }

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