Html Css Color HEX #06302D Dark Green

📋 copy color: '#06302D'

red 6 ◦ green 48 ◦ blue 45

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

Shades of Dark Green #06302D

Tints of Dark Green #06302D

RGB

 RED value IS 6 (2.73% from 255) = 6.06%

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

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

R = 6.06%
G = 48.48%
B = 45.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#06302D (or 0x06302D) is known color: Dark Green. HEX triplet: 06, 30 and 2D. RGB value is (6,48,45). Sum of RGB (Red+Green+Blue) = 6+48+45=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #06302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302D is #F9CFD2. Grayscale: #232323. Windows color (decimal): -16371667 or 2961414. OLE color: 2961414.

HSL color Cylindrical-coordinate representation of color #06302D: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06302D is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 48 45 -
CMYK 0.87 0 0.06 0.81
HSL 175.71º 0.78% 0.11% -
HSV(B) 175.71º 0.88% 0.19% -
XYZ 1.61 2.34 2.85 -
YUV 35.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 6 48 45 0.87 0 0.06 0.81 175.71 0.78 0.11
Hex 6 30 2D 57 0 6 51 B0 4E B
Octal 6 60 55 127 0 6 121 260 116 13
Binary 110 110000 101101 1010111 0 110 1010001 10110000 1001110 1011

Color Harmonies of #06302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06302D

Black with #06302D

Text Example


Text Example

White with #06302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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