Html Css Color HEX #0C251A Dark Green

📋 copy color: '#0C251A'

red 12 ◦ green 37 ◦ blue 26

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

Shades of Dark Green #0C251A

Tints of Dark Green #0C251A

RGB

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

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

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

R = 16%
G = 49.33%
B = 34.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#0C251A (or 0x0C251A) is known color: Dark Green. HEX triplet: 0C, 25 and 1A. RGB value is (12,37,26). Sum of RGB (Red+Green+Blue) = 12+37+26=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251A is #F3DAE5. Grayscale: #1C1C1C. Windows color (decimal): -15981286 or 1713420. OLE color: 1713420.

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

Color convert

RGB 12 37 26 -
CMYK 0.68 0 0.30 0.85
HSL 153.6º 0.51% 0.1% -
HSV(B) 153.6º 0.68% 0.15% -
XYZ 1 1.48 1.21 -
YUV 28.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 12 37 26 0.68 0 0.30 0.85 153.6 0.51 0.1
Hex C 25 1A 44 0 1E 55 9A 33 A
Octal 14 45 32 104 0 36 125 232 63 12
Binary 1100 100101 11010 1000100 0 11110 1010101 10011010 110011 1010

Color Harmonies of #0C251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C251A

Black with #0C251A

Text Example


Text Example

White with #0C251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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