Html Css Color HEX #0C3F29 British Racing Green

📋 copy color: '#0C3F29'

red 12 ◦ green 63 ◦ blue 41

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

Shades of British Racing Green #0C3F29

Tints of British Racing Green #0C3F29

RGB

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

 GREEN value IS 63 (25% from 255) = 54.31%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 10.34%
G = 54.31%
B = 35.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#0C3F29 (or 0x0C3F29) is known color: British Racing Green. HEX triplet: 0C, 3F and 29. RGB value is (12,63,41). Sum of RGB (Red+Green+Blue) = 12+63+41=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F29 is #F3C0D6. Grayscale: #2D2D2D. Windows color (decimal): -15974615 or 2703116. OLE color: 2703116.

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

Color convert

RGB 12 63 41 -
CMYK 0.81 0 0.35 0.75
HSL 154.12º 0.68% 0.15% -
HSV(B) 154.12º 0.81% 0.25% -
XYZ 2.33 3.79 2.71 -
YUV 45.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 12 63 41 0.81 0 0.35 0.75 154.12 0.68 0.15
Hex C 3F 29 51 0 23 4B 9A 44 F
Octal 14 77 51 121 0 43 113 232 104 17
Binary 1100 111111 101001 1010001 0 100011 1001011 10011010 1000100 1111

Color Harmonies of #0C3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3F29

Black with #0C3F29

Text Example


Text Example

White with #0C3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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