Html Css Color HEX #0C402C British Racing Green

📋 copy color: '#0C402C'

red 12 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #0C402C

Tints of British Racing Green #0C402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

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

R = 10%
G = 53.33%
B = 36.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#0C402C (or 0x0C402C) is known color: British Racing Green. HEX triplet: 0C, 40 and 2C. RGB value is (12,64,44). Sum of RGB (Red+Green+Blue) = 12+64+44=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402C is #F3BFD3. Grayscale: #2E2E2E. Windows color (decimal): -15974356 or 2899980. OLE color: 2899980.

HSL color Cylindrical-coordinate representation of color #0C402C: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C402C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 64 44 -
CMYK 0.81 0 0.31 0.75
HSL 156.92º 0.68% 0.15% -
HSV(B) 156.92º 0.81% 0.25% -
XYZ 2.44 3.93 3.01 -
YUV 46.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 12 64 44 0.81 0 0.31 0.75 156.92 0.68 0.15
Hex C 40 2C 51 0 1F 4B 9D 44 F
Octal 14 100 54 121 0 37 113 235 104 17
Binary 1100 1000000 101100 1010001 0 11111 1001011 10011101 1000100 1111

Color Harmonies of #0C402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C402C

Black with #0C402C

Text Example


Text Example

White with #0C402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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