Html Css Color HEX #0C3025 Dark Green

📋 copy color: '#0C3025'

red 12 ◦ green 48 ◦ blue 37

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

Shades of Dark Green #0C3025

Tints of Dark Green #0C3025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 12.37%
G = 49.48%
B = 38.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#0C3025 (or 0x0C3025) is known color: Dark Green. HEX triplet: 0C, 30 and 25. RGB value is (12,48,37). Sum of RGB (Red+Green+Blue) = 12+48+37=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3025 is #F3CFDA. Grayscale: #232323. Windows color (decimal): -15978459 or 2437132. OLE color: 2437132.

HSL color Cylindrical-coordinate representation of color #0C3025: hue angle of 161.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C3025 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 48 37 -
CMYK 0.75 0 0.23 0.81
HSL 161.67º 0.6% 0.12% -
HSV(B) 161.67º 0.75% 0.19% -
XYZ 1.54 2.33 2.12 -
YUV 35.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 12 48 37 0.75 0 0.23 0.81 161.67 0.6 0.12
Hex C 30 25 4B 0 17 51 A2 3C C
Octal 14 60 45 113 0 27 121 242 74 14
Binary 1100 110000 100101 1001011 0 10111 1010001 10100010 111100 1100

Color Harmonies of #0C3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3025

Black with #0C3025

Text Example


Text Example

White with #0C3025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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