#002307

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

Shades of Dark Green #002307

Tints of Dark Green #002307

Color information

#002307 (or 0x002307) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 07. RGB value is (0,35,7). Sum of RGB (Red+Green+Blue) = 0+35+7=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 35 (14.06% from 255 or 83.33% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 35 - color contains mainly: green. Hex color #002307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002307 is #FFDCF8. Grayscale: #151515. Windows color (decimal): -16768249 or 467712. OLE color: 467712.

HSL color Cylindrical-coordinate representation of color #002307: hue angle of 132º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002307 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB0357-
CMYK100.800.86
HSL132º100%6.86%-
HSV(B)132º100%13.73%-
XYZ0.641.220.4-
YUV21.34119.9112.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 83.33%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0357100.800.861321006.86
Hex0237640505684647
Octal043714401201262041447
Binary01000111111100100010100001010110100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002307; }

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

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

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

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

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

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

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

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