Html Css Color HEX #00302C Dark Green

📋 copy color: '#00302C'

red 0 ◦ green 48 ◦ blue 44

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

Shades of Dark Green #00302C

Tints of Dark Green #00302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 0%
G = 52.17%
B = 47.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#00302C (or 0x00302C) is known color: Dark Green. HEX triplet: 00, 30 and 2C. RGB value is (0,48,44). Sum of RGB (Red+Green+Blue) = 0+48+44=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #00302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00302C is #FFCFD3. Grayscale: #212121. Windows color (decimal): -16764884 or 2895872. OLE color: 2895872.

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

Color convert

RGB 0 48 44 -
CMYK 1 0 0.08 0.81
HSL 175º 1% 0.09% -
HSV(B) 175º 1% 0.19% -
XYZ 1.51 2.3 2.75 -
YUV 33.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 0 48 44 1 0 0.08 0.81 175 1 0.09
Hex 0 30 2C 64 0 8 51 AF 64 9
Octal 0 60 54 144 0 10 121 257 144 11
Binary 0 110000 101100 1100100 0 1000 1010001 10101111 1100100 1001

Color Harmonies of #00302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00302C

Black with #00302C

Text Example


Text Example

White with #00302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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