Html Css Color HEX #0C251C Dark Green

📋 copy color: '#0C251C'

red 12 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #0C251C

Tints of Dark Green #0C251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.05%

 BLUE value IS 28 (11.33% from 255) = 36.36%

R = 15.58%
G = 48.05%
B = 36.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#0C251C (or 0x0C251C) is known color: Dark Green. HEX triplet: 0C, 25 and 1C. RGB value is (12,37,28). Sum of RGB (Red+Green+Blue) = 12+37+28=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251C is #F3DAE3. Grayscale: #1C1C1C. Windows color (decimal): -15981284 or 1844492. OLE color: 1844492.

HSL color Cylindrical-coordinate representation of color #0C251C: hue angle of 158.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C251C is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 37 28 -
CMYK 0.68 0 0.24 0.85
HSL 158.4º 0.51% 0.1% -
HSV(B) 158.4º 0.68% 0.15% -
XYZ 1.02 1.49 1.33 -
YUV 28.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 12 37 28 0.68 0 0.24 0.85 158.4 0.51 0.1
Hex C 25 1C 44 0 18 55 9E 33 A
Octal 14 45 34 104 0 30 125 236 63 12
Binary 1100 100101 11100 1000100 0 11000 1010101 10011110 110011 1010

Color Harmonies of #0C251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C251C

Black with #0C251C

Text Example


Text Example

White with #0C251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,28); }

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

background-color css

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

 a { background-color: rgb(12,37,28); }

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

border-color css

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

 span { border-color: rgb(12,37,28); }

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