Html Css Color HEX #00230D Dark Green

📋 copy color: '#00230D'

red 0 ◦ green 35 ◦ blue 13

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

Shades of Dark Green #00230D

Tints of Dark Green #00230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 0%
G = 72.92%
B = 27.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#00230D (or 0x00230D) is known color: Dark Green. HEX triplet: 00, 23 and 0D. RGB value is (0,35,13). Sum of RGB (Red+Green+Blue) = 0+35+13=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #00230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230D is #FFDCF2. Grayscale: #161616. Windows color (decimal): -16768243 or 860928. OLE color: 860928.

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

Color convert

RGB 0 35 13 -
CMYK 1 0 0.63 0.86
HSL 142.29º 1% 0.07% -
HSV(B) 142.29º 1% 0.14% -
XYZ 0.67 1.23 0.58 -
YUV 22.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 0 35 13 1 0 0.63 0.86 142.29 1 0.07
Hex 0 23 D 64 0 3F 56 8E 64 7
Octal 0 43 15 144 0 77 126 216 144 7
Binary 0 100011 1101 1100100 0 111111 1010110 10001110 1100100 111

Color Harmonies of #00230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00230D

Black with #00230D

Text Example


Text Example

White with #00230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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