Html Css Color HEX #06302B Dark Green

📋 copy color: '#06302B'

red 6 ◦ green 48 ◦ blue 43

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

Shades of Dark Green #06302B

Tints of Dark Green #06302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 6.19%
G = 49.48%
B = 44.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#06302B (or 0x06302B) is known color: Dark Green. HEX triplet: 06, 30 and 2B. RGB value is (6,48,43). Sum of RGB (Red+Green+Blue) = 6+48+43=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #06302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302B is #F9CFD4. Grayscale: #222222. Windows color (decimal): -16371669 or 2830342. OLE color: 2830342.

HSL color Cylindrical-coordinate representation of color #06302B: hue angle of 172.86º 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 #06302B is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 48 43 -
CMYK 0.87 0 0.10 0.81
HSL 172.86º 0.78% 0.11% -
HSV(B) 172.86º 0.88% 0.19% -
XYZ 1.57 2.33 2.65 -
YUV 34.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 6 48 43 0.87 0 0.10 0.81 172.86 0.78 0.11
Hex 6 30 2B 57 0 A 51 AD 4E B
Octal 6 60 53 127 0 12 121 255 116 13
Binary 110 110000 101011 1010111 0 1010 1010001 10101101 1001110 1011

Color Harmonies of #06302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06302B

Black with #06302B

Text Example


Text Example

White with #06302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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