Html Css Color HEX #0C3B2C British Racing Green

📋 copy color: '#0C3B2C'

red 12 ◦ green 59 ◦ blue 44

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

Shades of British Racing Green #0C3B2C

Tints of British Racing Green #0C3B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 51.3%

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 10.43%
G = 51.3%
B = 38.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#0C3B2C (or 0x0C3B2C) is known color: British Racing Green. HEX triplet: 0C, 3B and 2C. RGB value is (12,59,44). Sum of RGB (Red+Green+Blue) = 12+59+44=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B2C is #F3C4D3. Grayscale: #2B2B2B. Windows color (decimal): -15975636 or 2898700. OLE color: 2898700.

HSL color Cylindrical-coordinate representation of color #0C3B2C: hue angle of 160.85º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B2C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 59 44 -
CMYK 0.80 0 0.25 0.77
HSL 160.85º 0.66% 0.14% -
HSV(B) 160.85º 0.8% 0.23% -
XYZ 2.17 3.39 2.92 -
YUV 43.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 12 59 44 0.80 0 0.25 0.77 160.85 0.66 0.14
Hex C 3B 2C 50 0 19 4D A1 42 E
Octal 14 73 54 120 0 31 115 241 102 16
Binary 1100 111011 101100 1010000 0 11001 1001101 10100001 1000010 1110

Color Harmonies of #0C3B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B2C

Black with #0C3B2C

Text Example


Text Example

White with #0C3B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,59,44); }

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

background-color css

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

 a { background-color: rgb(12,59,44); }

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

border-color css

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

 span { border-color: rgb(12,59,44); }

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