Html Css Color HEX #0C4026 British Racing Green

📋 copy color: '#0C4026'

red 12 ◦ green 64 ◦ blue 38

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

Shades of British Racing Green #0C4026

Tints of British Racing Green #0C4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 10.53%
G = 56.14%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#0C4026 (or 0x0C4026) is known color: British Racing Green. HEX triplet: 0C, 40 and 26. RGB value is (12,64,38). Sum of RGB (Red+Green+Blue) = 12+64+38=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4026 is #F3BFD9. Grayscale: #2D2D2D. Windows color (decimal): -15974362 or 2506764. OLE color: 2506764.

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

Color convert

RGB 12 64 38 -
CMYK 0.81 0 0.41 0.75
HSL 150º 0.68% 0.15% -
HSV(B) 150º 0.81% 0.25% -
XYZ 2.33 3.88 2.46 -
YUV 45.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 12 64 38 0.81 0 0.41 0.75 150 0.68 0.15
Hex C 40 26 51 0 29 4B 96 44 F
Octal 14 100 46 121 0 51 113 226 104 17
Binary 1100 1000000 100110 1010001 0 101001 1001011 10010110 1000100 1111

Color Harmonies of #0C4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4026

Black with #0C4026

Text Example


Text Example

White with #0C4026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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