#0C3F2A

Color #0C3F2A British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0C3F2A

Tints of British Racing Green #0C3F2A

Color information

#0C3F2A (or 0x0C3F2A) is unknown color: approx British Racing Green. HEX triplet: 0C, 3F and 2A. RGB value is (12,63,42). Sum of RGB (Red+Green+Blue) = 12+63+42=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F2A is #F3C0D5. Grayscale: #2D2D2D. Windows color (decimal): -15974614 or 2768652. OLE color: 2768652.

HSL color Cylindrical-coordinate representation of color #0C3F2A: hue angle of 155.29º 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 #0C3F2A is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB126342-
CMYK0.8100.330.75
HSL155.29º68%14.71%-
HSV(B)155.29º80.95%24.71%-
XYZ2.353.82.8-
YUV45.36126.1104.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.26%
GREEN value IS 63 (25% from 255) = 53.85%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=10.26%
G=53.85%
B=35.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263420.8100.330.75155.296814.71
HexC3F2A510214B9b44f
Octal14775212104111323310417
Binary11001111111010101010001010000110010111001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,63,42); }

 H1.HeaderClassName
 {
   color: #0C3F2A;
 }
 .AnyTagClassName
 {
   color: #0C3F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(12,63,42); }

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

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

 span { border-color: rgb(12,63,42); }

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