#07231B

Color #07231B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07231B

Tints of Dark Green #07231B

Color information

#07231B (or 0x07231B) is unknown color: approx Dark Green. HEX triplet: 07, 23 and 1B. RGB value is (7,35,27). Sum of RGB (Red+Green+Blue) = 7+35+27=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #07231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07231B is #F8DCE4. Grayscale: #191919. Windows color (decimal): -16309477 or 1778439. OLE color: 1778439.

HSL color Cylindrical-coordinate representation of color #07231B: hue angle of 162.86º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07231B is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB73527-
CMYK0.8000.230.86
HSL162.86º66.67%8.24%-
HSV(B)162.86º80%13.73%-
XYZ0.891.331.25-
YUV25.72128.72114.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=10.14%
G=50.72%
B=39.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735270.8000.230.86162.8666.678.24
Hex7231B5001756a3438
Octal7433312002712624310310
Binary11110001111011101000001011110101101010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,35,27); }

 H1.HeaderClassName
 {
   color: #07231B;
 }
 .AnyTagClassName
 {
   color: #07231B;
 }
</style>
background-color css

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

 a { background-color: rgb(7,35,27); }

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

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

 span { border-color: rgb(7,35,27); }

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