Html Css Color HEX #01230C Dark Green

📋 copy color: '#01230C'

red 1 ◦ green 35 ◦ blue 12

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

Shades of Dark Green #01230C

Tints of Dark Green #01230C

RGB

 RED value IS 1 (0.78% from 255) = 2.08%

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

 BLUE value IS 12 (5.08% from 255) = 25%

R = 2.08%
G = 72.92%
B = 25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#01230C (or 0x01230C) is known color: Dark Green. HEX triplet: 01, 23 and 0C. RGB value is (1,35,12). Sum of RGB (Red+Green+Blue) = 1+35+12=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #01230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01230C is #FEDCF3. Grayscale: #161616. Windows color (decimal): -16702708 or 795393. OLE color: 795393.

HSL color Cylindrical-coordinate representation of color #01230C: hue angle of 139.41º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01230C is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 12 -
CMYK 0.97 0 0.66 0.86
HSL 139.41º 0.94% 0.07% -
HSV(B) 139.41º 0.97% 0.14% -
XYZ 0.68 1.24 0.55 -
YUV 22.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 1 35 12 0.97 0 0.66 0.86 139.41 0.94 0.07
Hex 1 23 C 61 0 42 56 8B 5E 7
Octal 1 43 14 141 0 102 126 213 136 7
Binary 1 100011 1100 1100001 0 1000010 1010110 10001011 1011110 111

Color Harmonies of #01230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01230C

Black with #01230C

Text Example


Text Example

White with #01230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01230C; }

 p { color: rgb(1,35,12); }

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

background-color css

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

 a { background-color: rgb(1,35,12); }

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

border-color css

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

 span { border-color: rgb(1,35,12); }

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