Html Css Color HEX #00300F Dark Green

📋 copy color: '#00300F'

red 0 ◦ green 48 ◦ blue 15

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

Shades of Dark Green #00300F

Tints of Dark Green #00300F

RGB

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

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

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

R = 0%
G = 76.19%
B = 23.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#00300F (or 0x00300F) is known color: Dark Green. HEX triplet: 00, 30 and 0F. RGB value is (0,48,15). Sum of RGB (Red+Green+Blue) = 0+48+15=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #00300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300F is #FFCFF0. Grayscale: #1D1D1D. Windows color (decimal): -16764913 or 995328. OLE color: 995328.

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

Color convert

RGB 0 48 15 -
CMYK 1 0 0.69 0.81
HSL 138.75º 1% 0.09% -
HSV(B) 138.75º 1% 0.19% -
XYZ 1.14 2.15 0.81 -
YUV 29.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 0 48 15 1 0 0.69 0.81 138.75 1 0.09
Hex 0 30 F 64 0 45 51 8B 64 9
Octal 0 60 17 144 0 105 121 213 144 11
Binary 0 110000 1111 1100100 0 1000101 1010001 10001011 1100100 1001

Color Harmonies of #00300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00300F

Black with #00300F

Text Example


Text Example

White with #00300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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