Html Css Color HEX #0C2E23 Dark Green

📋 copy color: '#0C2E23'

red 12 ◦ green 46 ◦ blue 35

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

Shades of Dark Green #0C2E23

Tints of Dark Green #0C2E23

RGB

 RED value IS 12 (5.08% from 255) = 12.9%

 GREEN value IS 46 (18.36% from 255) = 49.46%

 BLUE value IS 35 (14.06% from 255) = 37.63%

R = 12.9%
G = 49.46%
B = 37.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.82

RGB Variations

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

Color information

#0C2E23 (or 0x0C2E23) is known color: Dark Green. HEX triplet: 0C, 2E and 23. RGB value is (12,46,35). Sum of RGB (Red+Green+Blue) = 12+46+35=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E23 is #F3D1DC. Grayscale: #222222. Windows color (decimal): -15978973 or 2305548. OLE color: 2305548.

HSL color Cylindrical-coordinate representation of color #0C2E23: hue angle of 160.59º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E23 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 46 35 -
CMYK 0.74 0 0.24 0.82
HSL 160.59º 0.59% 0.11% -
HSV(B) 160.59º 0.74% 0.18% -
XYZ 1.43 2.15 1.93 -
YUV 34.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 12 46 35 0.74 0 0.24 0.82 160.59 0.59 0.11
Hex C 2E 23 4A 0 18 52 A1 3B B
Octal 14 56 43 112 0 30 122 241 73 13
Binary 1100 101110 100011 1001010 0 11000 1010010 10100001 111011 1011

Color Harmonies of #0C2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2E23

Black with #0C2E23

Text Example


Text Example

White with #0C2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C2E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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