Html Css Color HEX #00302D Dark Green

📋 copy color: '#00302D'

red 0 ◦ green 48 ◦ blue 45

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

Shades of Dark Green #00302D

Tints of Dark Green #00302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 48.39%

R = 0%
G = 51.61%
B = 48.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#00302D (or 0x00302D) is known color: Dark Green. HEX triplet: 00, 30 and 2D. RGB value is (0,48,45). Sum of RGB (Red+Green+Blue) = 0+48+45=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #00302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302D is #FFCFD2. Grayscale: #212121. Windows color (decimal): -16764883 or 2961408. OLE color: 2961408.

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

Color convert

RGB 0 48 45 -
CMYK 1 0 0.06 0.81
HSL 176.25º 1% 0.09% -
HSV(B) 176.25º 1% 0.19% -
XYZ 1.53 2.3 2.85 -
YUV 33.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 0 48 45 1 0 0.06 0.81 176.25 1 0.09
Hex 0 30 2D 64 0 6 51 B0 64 9
Octal 0 60 55 144 0 6 121 260 144 11
Binary 0 110000 101101 1100100 0 110 1010001 10110000 1100100 1001

Color Harmonies of #00302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00302D

Black with #00302D

Text Example


Text Example

White with #00302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00302D; }

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

 H1.HeaderClassName
 {
   color: #00302D;
 }
 .AnyTagClassName
 {
   color: #00302D;
 }
</style>

background-color css

<style>
 a { background-color: #00302D; }

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

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

border-color css

<style>
 span { border-color: #00302D; }

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

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