Html Css Color HEX #0C322E Racing Green

📋 copy color: '#0C322E'

red 12 ◦ green 50 ◦ blue 46

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

Shades of Racing Green #0C322E

Tints of Racing Green #0C322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 42.59%

R = 11.11%
G = 46.3%
B = 42.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#0C322E (or 0x0C322E) is known color: Racing Green. HEX triplet: 0C, 32 and 2E. RGB value is (12,50,46). Sum of RGB (Red+Green+Blue) = 12+50+46=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #0C322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C322E is #F3CDD1. Grayscale: #262626. Windows color (decimal): -15977938 or 3027468. OLE color: 3027468.

HSL color Cylindrical-coordinate representation of color #0C322E: hue angle of 173.68º 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 #0C322E is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 50 46 -
CMYK 0.76 0 0.08 0.80
HSL 173.68º 0.61% 0.12% -
HSV(B) 173.68º 0.76% 0.2% -
XYZ 1.79 2.56 2.98 -
YUV 38.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 12 50 46 0.76 0 0.08 0.80 173.68 0.61 0.12
Hex C 32 2E 4C 0 8 50 AE 3D C
Octal 14 62 56 114 0 10 120 256 75 14
Binary 1100 110010 101110 1001100 0 1000 1010000 10101110 111101 1100

Color Harmonies of #0C322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C322E

Black with #0C322E

Text Example


Text Example

White with #0C322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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