Html Css Color HEX #0C2318 Dark Green

📋 copy color: '#0C2318'

red 12 ◦ green 35 ◦ blue 24

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

Shades of Dark Green #0C2318

Tints of Dark Green #0C2318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 16.9%
G = 49.3%
B = 33.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#0C2318 (or 0x0C2318) is known color: Dark Green. HEX triplet: 0C, 23 and 18. RGB value is (12,35,24). Sum of RGB (Red+Green+Blue) = 12+35+24=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2318 is #F3DCE7. Grayscale: #1A1A1A. Windows color (decimal): -15981800 or 1581836. OLE color: 1581836.

HSL color Cylindrical-coordinate representation of color #0C2318: hue angle of 151.3º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2318 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 24 -
CMYK 0.66 0 0.31 0.86
HSL 151.3º 0.49% 0.09% -
HSV(B) 151.3º 0.66% 0.14% -
XYZ 0.92 1.35 1.08 -
YUV 26.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 12 35 24 0.66 0 0.31 0.86 151.3 0.49 0.09
Hex C 23 18 42 0 1F 56 97 31 9
Octal 14 43 30 102 0 37 126 227 61 11
Binary 1100 100011 11000 1000010 0 11111 1010110 10010111 110001 1001

Color Harmonies of #0C2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2318

Black with #0C2318

Text Example


Text Example

White with #0C2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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