Html Css Color HEX #00301B Dark Green

📋 copy color: '#00301B'

red 0 ◦ green 48 ◦ blue 27

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

Shades of Dark Green #00301B

Tints of Dark Green #00301B

RGB

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

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

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

R = 0%
G = 64%
B = 36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#00301B (or 0x00301B) is known color: Dark Green. HEX triplet: 00, 30 and 1B. RGB value is (0,48,27). Sum of RGB (Red+Green+Blue) = 0+48+27=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #00301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00301B is #FFCFE4. Grayscale: #1F1F1F. Windows color (decimal): -16764901 or 1781760. OLE color: 1781760.

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

Color convert

RGB 0 48 27 -
CMYK 1 0 0.44 0.81
HSL 153.75º 1% 0.09% -
HSV(B) 153.75º 1% 0.19% -
XYZ 1.25 2.19 1.39 -
YUV 31.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 0 48 27 1 0 0.44 0.81 153.75 1 0.09
Hex 0 30 1B 64 0 2C 51 9A 64 9
Octal 0 60 33 144 0 54 121 232 144 11
Binary 0 110000 11011 1100100 0 101100 1010001 10011010 1100100 1001

Color Harmonies of #00301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00301B

Black with #00301B

Text Example


Text Example

White with #00301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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