Html Css Color HEX #002312 Dark Green

📋 copy color: '#002312'

red 0 ◦ green 35 ◦ blue 18

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

Shades of Dark Green #002312

Tints of Dark Green #002312

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 0%
G = 66.04%
B = 33.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#002312 (or 0x002312) is known color: Dark Green. HEX triplet: 00, 23 and 12. RGB value is (0,35,18). Sum of RGB (Red+Green+Blue) = 0+35+18=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #002312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002312 is #FFDCED. Grayscale: #161616. Windows color (decimal): -16768238 or 1188608. OLE color: 1188608.

HSL color Cylindrical-coordinate representation of color #002312: hue angle of 150.86º 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 #002312 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 35 18 -
CMYK 1 0 0.49 0.86
HSL 150.86º 1% 0.07% -
HSV(B) 150.86º 1% 0.14% -
XYZ 0.71 1.25 0.78 -
YUV 22.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 0 35 18 1 0 0.49 0.86 150.86 1 0.07
Hex 0 23 12 64 0 31 56 97 64 7
Octal 0 43 22 144 0 61 126 227 144 7
Binary 0 100011 10010 1100100 0 110001 1010110 10010111 1100100 111

Color Harmonies of #002312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002312

Black with #002312

Text Example


Text Example

White with #002312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002312; }

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

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

background-color css

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

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

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

border-color css

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

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

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