Html Css Color HEX #0C251F Dark Green

📋 copy color: '#0C251F'

red 12 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #0C251F

Tints of Dark Green #0C251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 15%
G = 46.25%
B = 38.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#0C251F (or 0x0C251F) is known color: Dark Green. HEX triplet: 0C, 25 and 1F. RGB value is (12,37,31). Sum of RGB (Red+Green+Blue) = 12+37+31=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251F is #F3DAE0. Grayscale: #1C1C1C. Windows color (decimal): -15981281 or 2041100. OLE color: 2041100.

HSL color Cylindrical-coordinate representation of color #0C251F: hue angle of 165.6º 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 #0C251F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 37 31 -
CMYK 0.68 0 0.16 0.85
HSL 165.6º 0.51% 0.1% -
HSV(B) 165.6º 0.68% 0.15% -
XYZ 1.06 1.5 1.53 -
YUV 28.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 12 37 31 0.68 0 0.16 0.85 165.6 0.51 0.1
Hex C 25 1F 44 0 10 55 A6 33 A
Octal 14 45 37 104 0 20 125 246 63 12
Binary 1100 100101 11111 1000100 0 10000 1010101 10100110 110011 1010

Color Harmonies of #0C251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C251F

Black with #0C251F

Text Example


Text Example

White with #0C251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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