Html Css Color HEX #0C3225 Dark Green

📋 copy color: '#0C3225'

red 12 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #0C3225

Tints of Dark Green #0C3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50.51%

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

R = 12.12%
G = 50.51%
B = 37.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#0C3225 (or 0x0C3225) is known color: Dark Green. HEX triplet: 0C, 32 and 25. RGB value is (12,50,37). Sum of RGB (Red+Green+Blue) = 12+50+37=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3225 is #F3CDDA. Grayscale: #252525. Windows color (decimal): -15977947 or 2437644. OLE color: 2437644.

HSL color Cylindrical-coordinate representation of color #0C3225: hue angle of 159.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3225 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 50 37 -
CMYK 0.76 0 0.26 0.80
HSL 159.47º 0.61% 0.12% -
HSV(B) 159.47º 0.76% 0.2% -
XYZ 1.63 2.49 2.15 -
YUV 37.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 12 50 37 0.76 0 0.26 0.80 159.47 0.61 0.12
Hex C 32 25 4C 0 1A 50 9F 3D C
Octal 14 62 45 114 0 32 120 237 75 14
Binary 1100 110010 100101 1001100 0 11010 1010000 10011111 111101 1100

Color Harmonies of #0C3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3225

Black with #0C3225

Text Example


Text Example

White with #0C3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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