Html Css Color HEX #0C2B1A Dark Green

📋 copy color: '#0C2B1A'

red 12 ◦ green 43 ◦ blue 26

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

Shades of Dark Green #0C2B1A

Tints of Dark Green #0C2B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 53.09%

 BLUE value IS 26 (10.55% from 255) = 32.1%

R = 14.81%
G = 53.09%
B = 32.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.83

RGB Variations

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

Color information

#0C2B1A (or 0x0C2B1A) is known color: Dark Green. HEX triplet: 0C, 2B and 1A. RGB value is (12,43,26). Sum of RGB (Red+Green+Blue) = 12+43+26=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B1A is #F3D4E5. Grayscale: #1F1F1F. Windows color (decimal): -15979750 or 1714956. OLE color: 1714956.

HSL color Cylindrical-coordinate representation of color #0C2B1A: hue angle of 147.1º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B1A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 43 26 -
CMYK 0.72 0 0.40 0.83
HSL 147.1º 0.56% 0.11% -
HSV(B) 147.1º 0.72% 0.17% -
XYZ 1.2 1.88 1.28 -
YUV 31.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 12 43 26 0.72 0 0.40 0.83 147.1 0.56 0.11
Hex C 2B 1A 48 0 28 53 93 38 B
Octal 14 53 32 110 0 50 123 223 70 13
Binary 1100 101011 11010 1001000 0 101000 1010011 10010011 111000 1011

Color Harmonies of #0C2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2B1A

Black with #0C2B1A

Text Example


Text Example

White with #0C2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,43,26); }

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

background-color css

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

 a { background-color: rgb(12,43,26); }

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

border-color css

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

 span { border-color: rgb(12,43,26); }

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