Html Css Color HEX #0C3925 British Racing Green

📋 copy color: '#0C3925'

red 12 ◦ green 57 ◦ blue 37

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

Shades of British Racing Green #0C3925

Tints of British Racing Green #0C3925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.91%

R = 11.32%
G = 53.77%
B = 34.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#0C3925 (or 0x0C3925) is known color: British Racing Green. HEX triplet: 0C, 39 and 25. RGB value is (12,57,37). Sum of RGB (Red+Green+Blue) = 12+57+37=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3925 is #F3C6DA. Grayscale: #292929. Windows color (decimal): -15976155 or 2439436. OLE color: 2439436.

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

Color convert

RGB 12 57 37 -
CMYK 0.79 0 0.35 0.78
HSL 153.33º 0.65% 0.14% -
HSV(B) 153.33º 0.79% 0.22% -
XYZ 1.95 3.14 2.25 -
YUV 41.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 12 57 37 0.79 0 0.35 0.78 153.33 0.65 0.14
Hex C 39 25 4F 0 23 4E 99 41 E
Octal 14 71 45 117 0 43 116 231 101 16
Binary 1100 111001 100101 1001111 0 100011 1001110 10011001 1000001 1110

Color Harmonies of #0C3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3925

Black with #0C3925

Text Example


Text Example

White with #0C3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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