Html Css Color HEX #0C251E Dark Green

📋 copy color: '#0C251E'

red 12 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #0C251E

Tints of Dark Green #0C251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 37.97%

R = 15.19%
G = 46.84%
B = 37.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#0C251E (or 0x0C251E) is known color: Dark Green. HEX triplet: 0C, 25 and 1E. RGB value is (12,37,30). Sum of RGB (Red+Green+Blue) = 12+37+30=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251E is #F3DAE1. Grayscale: #1C1C1C. Windows color (decimal): -15981282 or 1975564. OLE color: 1975564.

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

Color convert

RGB 12 37 30 -
CMYK 0.68 0 0.19 0.85
HSL 163.2º 0.51% 0.1% -
HSV(B) 163.2º 0.68% 0.15% -
XYZ 1.05 1.5 1.46 -
YUV 28.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 12 37 30 0.68 0 0.19 0.85 163.2 0.51 0.1
Hex C 25 1E 44 0 13 55 A3 33 A
Octal 14 45 36 104 0 23 125 243 63 12
Binary 1100 100101 11110 1000100 0 10011 1010101 10100011 110011 1010

Color Harmonies of #0C251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C251E

Black with #0C251E

Text Example


Text Example

White with #0C251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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