Html Css Color HEX #002307 Dark Green

📋 copy color: '#002307'

red 0 ◦ green 35 ◦ blue 7

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

Shades of Dark Green #002307

Tints of Dark Green #002307

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.13% from 255) = 16.67%

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#002307 (or 0x002307) is known color: 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

RGB 0 35 7 -
CMYK 1 0 0.80 0.86
HSL 132º 1% 0.07% -
HSV(B) 132º 1% 0.14% -
XYZ 0.64 1.22 0.4 -
YUV 21.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 0 35 7 1 0 0.80 0.86 132 1 0.07
Hex 0 23 7 64 0 50 56 84 64 7
Octal 0 43 7 144 0 120 126 204 144 7
Binary 0 100011 111 1100100 0 1010000 1010110 10000100 1100100 111

Color Harmonies of #002307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002307

Black with #002307

Text Example


Text Example

White with #002307

Text Example


Text Example

HTML Codes & Css Web 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>