Html Css Color HEX #002310 Dark Green

📋 copy color: '#002310'

red 0 ◦ green 35 ◦ blue 16

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

Shades of Dark Green #002310

Tints of Dark Green #002310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 0%
G = 68.63%
B = 31.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#002310 (or 0x002310) is known color: Dark Green. HEX triplet: 00, 23 and 10. RGB value is (0,35,16). Sum of RGB (Red+Green+Blue) = 0+35+16=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #002310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002310 is #FFDCEF. Grayscale: #161616. Windows color (decimal): -16768240 or 1057536. OLE color: 1057536.

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

Color convert

RGB 0 35 16 -
CMYK 1 0 0.54 0.86
HSL 147.43º 1% 0.07% -
HSV(B) 147.43º 1% 0.14% -
XYZ 0.69 1.24 0.69 -
YUV 22.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 0 35 16 1 0 0.54 0.86 147.43 1 0.07
Hex 0 23 10 64 0 36 56 93 64 7
Octal 0 43 20 144 0 66 126 223 144 7
Binary 0 100011 10000 1100100 0 110110 1010110 10010011 1100100 111

Color Harmonies of #002310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002310

Black with #002310

Text Example


Text Example

White with #002310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002310; }

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

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

background-color css

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

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

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

border-color css

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

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

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