Html Css Color HEX #06230F Dark Green

📋 copy color: '#06230F'

red 6 ◦ green 35 ◦ blue 15

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

Shades of Dark Green #06230F

Tints of Dark Green #06230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 62.5%

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 10.71%
G = 62.5%
B = 26.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#06230F (or 0x06230F) is known color: Dark Green. HEX triplet: 06, 23 and 0F. RGB value is (6,35,15). Sum of RGB (Red+Green+Blue) = 6+35+15=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #06230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06230F is #F9DCF0. Grayscale: #181818. Windows color (decimal): -16375025 or 992006. OLE color: 992006.

HSL color Cylindrical-coordinate representation of color #06230F: hue angle of 138.62º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06230F is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB 6 35 15 -
CMYK 0.83 0 0.57 0.86
HSL 138.62º 0.71% 0.08% -
HSV(B) 138.62º 0.83% 0.14% -
XYZ 0.76 1.28 0.66 -
YUV 24.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 6 35 15 0.83 0 0.57 0.86 138.62 0.71 0.08
Hex 6 23 F 53 0 39 56 8B 47 8
Octal 6 43 17 123 0 71 126 213 107 10
Binary 110 100011 1111 1010011 0 111001 1010110 10001011 1000111 1000

Color Harmonies of #06230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06230F

Black with #06230F

Text Example


Text Example

White with #06230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,35,15); }

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

background-color css

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

 a { background-color: rgb(6,35,15); }

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

border-color css

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

 span { border-color: rgb(6,35,15); }

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