Html Css Color HEX #0C4226 British Racing Green

📋 copy color: '#0C4226'

red 12 ◦ green 66 ◦ blue 38

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

Shades of British Racing Green #0C4226

Tints of British Racing Green #0C4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.9%

 BLUE value IS 38 (15.23% from 255) = 32.76%

R = 10.34%
G = 56.9%
B = 32.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#0C4226 (or 0x0C4226) is known color: British Racing Green. HEX triplet: 0C, 42 and 26. RGB value is (12,66,38). Sum of RGB (Red+Green+Blue) = 12+66+38=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4226 is #F3BDD9. Grayscale: #2E2E2E. Windows color (decimal): -15973850 or 2507276. OLE color: 2507276.

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

Color convert

RGB 12 66 38 -
CMYK 0.82 0 0.42 0.74
HSL 148.89º 0.69% 0.15% -
HSV(B) 148.89º 0.82% 0.26% -
XYZ 2.45 4.11 2.5 -
YUV 46.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 12 66 38 0.82 0 0.42 0.74 148.89 0.69 0.15
Hex C 42 26 52 0 2A 4A 95 45 F
Octal 14 102 46 122 0 52 112 225 105 17
Binary 1100 1000010 100110 1010010 0 101010 1001010 10010101 1000101 1111

Color Harmonies of #0C4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4226

Black with #0C4226

Text Example


Text Example

White with #0C4226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,38); }

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

background-color css

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

 a { background-color: rgb(12,66,38); }

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

border-color css

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

 span { border-color: rgb(12,66,38); }

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