Html Css Color HEX #0C3F24 British Racing Green

📋 copy color: '#0C3F24'

red 12 ◦ green 63 ◦ blue 36

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

Shades of British Racing Green #0C3F24

Tints of British Racing Green #0C3F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 10.81%
G = 56.76%
B = 32.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#0C3F24 (or 0x0C3F24) is known color: British Racing Green. HEX triplet: 0C, 3F and 24. RGB value is (12,63,36). Sum of RGB (Red+Green+Blue) = 12+63+36=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F24 is #F3C0DB. Grayscale: #2C2C2C. Windows color (decimal): -15974620 or 2375436. OLE color: 2375436.

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

Color convert

RGB 12 63 36 -
CMYK 0.81 0 0.43 0.75
HSL 148.24º 0.68% 0.15% -
HSV(B) 148.24º 0.81% 0.25% -
XYZ 2.25 3.76 2.28 -
YUV 44.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 12 63 36 0.81 0 0.43 0.75 148.24 0.68 0.15
Hex C 3F 24 51 0 2B 4B 94 44 F
Octal 14 77 44 121 0 53 113 224 104 17
Binary 1100 111111 100100 1010001 0 101011 1001011 10010100 1000100 1111

Color Harmonies of #0C3F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3F24

Black with #0C3F24

Text Example


Text Example

White with #0C3F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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