Html Css Color HEX #06301F Dark Green

📋 copy color: '#06301F'

red 6 ◦ green 48 ◦ blue 31

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

Shades of Dark Green #06301F

Tints of Dark Green #06301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.47%

R = 7.06%
G = 56.47%
B = 36.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#06301F (or 0x06301F) is known color: Dark Green. HEX triplet: 06, 30 and 1F. RGB value is (6,48,31). Sum of RGB (Red+Green+Blue) = 6+48+31=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #06301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301F is #F9CFE0. Grayscale: #212121. Windows color (decimal): -16371681 or 2043910. OLE color: 2043910.

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

Color convert

RGB 6 48 31 -
CMYK 0.87 0 0.35 0.81
HSL 155.71º 0.78% 0.11% -
HSV(B) 155.71º 0.88% 0.19% -
XYZ 1.38 2.25 1.66 -
YUV 33.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 6 48 31 0.87 0 0.35 0.81 155.71 0.78 0.11
Hex 6 30 1F 57 0 23 51 9C 4E B
Octal 6 60 37 127 0 43 121 234 116 13
Binary 110 110000 11111 1010111 0 100011 1010001 10011100 1001110 1011

Color Harmonies of #06301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06301F

Black with #06301F

Text Example


Text Example

White with #06301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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