Html Css Color HEX #00230E Dark Green

📋 copy color: '#00230E'

red 0 ◦ green 35 ◦ blue 14

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

Shades of Dark Green #00230E

Tints of Dark Green #00230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 28.57%

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#00230E (or 0x00230E) is known color: Dark Green. HEX triplet: 00, 23 and 0E. RGB value is (0,35,14). Sum of RGB (Red+Green+Blue) = 0+35+14=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #00230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230E is #FFDCF1. Grayscale: #161616. Windows color (decimal): -16768242 or 926464. OLE color: 926464.

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

Color convert

RGB 0 35 14 -
CMYK 1 0 0.60 0.86
HSL 144º 1% 0.07% -
HSV(B) 144º 1% 0.14% -
XYZ 0.68 1.23 0.62 -
YUV 22.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 0 35 14 1 0 0.60 0.86 144 1 0.07
Hex 0 23 E 64 0 3C 56 90 64 7
Octal 0 43 16 144 0 74 126 220 144 7
Binary 0 100011 1110 1100100 0 111100 1010110 10010000 1100100 111

Color Harmonies of #00230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00230E

Black with #00230E

Text Example


Text Example

White with #00230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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