Html Css Color HEX #0C3924 British Racing Green

📋 copy color: '#0C3924'

red 12 ◦ green 57 ◦ blue 36

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

Shades of British Racing Green #0C3924

Tints of British Racing Green #0C3924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 54.29%

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

R = 11.43%
G = 54.29%
B = 34.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#0C3924 (or 0x0C3924) is known color: British Racing Green. HEX triplet: 0C, 39 and 24. RGB value is (12,57,36). Sum of RGB (Red+Green+Blue) = 12+57+36=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3924 is #F3C6DB. Grayscale: #292929. Windows color (decimal): -15976156 or 2373900. OLE color: 2373900.

HSL color Cylindrical-coordinate representation of color #0C3924: hue angle of 152º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3924 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 57 36 -
CMYK 0.79 0 0.37 0.78
HSL 152º 0.65% 0.14% -
HSV(B) 152º 0.79% 0.22% -
XYZ 1.93 3.13 2.17 -
YUV 41.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 12 57 36 0.79 0 0.37 0.78 152 0.65 0.14
Hex C 39 24 4F 0 25 4E 98 41 E
Octal 14 71 44 117 0 45 116 230 101 16
Binary 1100 111001 100100 1001111 0 100101 1001110 10011000 1000001 1110

Color Harmonies of #0C3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3924

Black with #0C3924

Text Example


Text Example

White with #0C3924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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