Html Css Color HEX #0C4125 British Racing Green

📋 copy color: '#0C4125'

red 12 ◦ green 65 ◦ blue 37

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

Shades of British Racing Green #0C4125

Tints of British Racing Green #0C4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.02%

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

R = 10.53%
G = 57.02%
B = 32.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#0C4125 (or 0x0C4125) is known color: British Racing Green. HEX triplet: 0C, 41 and 25. RGB value is (12,65,37). Sum of RGB (Red+Green+Blue) = 12+65+37=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4125 is #F3BEDA. Grayscale: #2E2E2E. Windows color (decimal): -15974107 or 2441484. OLE color: 2441484.

HSL color Cylindrical-coordinate representation of color #0C4125: hue angle of 148.3º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4125 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 65 37 -
CMYK 0.82 0 0.43 0.75
HSL 148.3º 0.69% 0.15% -
HSV(B) 148.3º 0.82% 0.25% -
XYZ 2.38 3.99 2.4 -
YUV 45.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 12 65 37 0.82 0 0.43 0.75 148.3 0.69 0.15
Hex C 41 25 52 0 2B 4B 94 45 F
Octal 14 101 45 122 0 53 113 224 105 17
Binary 1100 1000001 100101 1010010 0 101011 1001011 10010100 1000101 1111

Color Harmonies of #0C4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4125

Black with #0C4125

Text Example


Text Example

White with #0C4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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