Html Css Color HEX #00301C Dark Green

📋 copy color: '#00301C'

red 0 ◦ green 48 ◦ blue 28

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

Shades of Dark Green #00301C

Tints of Dark Green #00301C

RGB

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

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

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

R = 0%
G = 63.16%
B = 36.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#00301C (or 0x00301C) is known color: Dark Green. HEX triplet: 00, 30 and 1C. RGB value is (0,48,28). Sum of RGB (Red+Green+Blue) = 0+48+28=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #00301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301C is #FFCFE3. Grayscale: #1F1F1F. Windows color (decimal): -16764900 or 1847296. OLE color: 1847296.

HSL color Cylindrical-coordinate representation of color #00301C: hue angle of 155º 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 #00301C is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 28 -
CMYK 1 0 0.42 0.81
HSL 155º 1% 0.09% -
HSV(B) 155º 1% 0.19% -
XYZ 1.27 2.2 1.46 -
YUV 31.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 0 48 28 1 0 0.42 0.81 155 1 0.09
Hex 0 30 1C 64 0 2A 51 9B 64 9
Octal 0 60 34 144 0 52 121 233 144 11
Binary 0 110000 11100 1100100 0 101010 1010001 10011011 1100100 1001

Color Harmonies of #00301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00301C

Black with #00301C

Text Example


Text Example

White with #00301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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