Html Css Color HEX #0C4029 British Racing Green

📋 copy color: '#0C4029'

red 12 ◦ green 64 ◦ blue 41

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

Shades of British Racing Green #0C4029

Tints of British Racing Green #0C4029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 10.26%
G = 54.7%
B = 35.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#0C4029 (or 0x0C4029) is known color: British Racing Green. HEX triplet: 0C, 40 and 29. RGB value is (12,64,41). Sum of RGB (Red+Green+Blue) = 12+64+41=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4029 is #F3BFD6. Grayscale: #2D2D2D. Windows color (decimal): -15974359 or 2703372. OLE color: 2703372.

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

Color convert

RGB 12 64 41 -
CMYK 0.81 0 0.36 0.75
HSL 153.46º 0.68% 0.15% -
HSV(B) 153.46º 0.81% 0.25% -
XYZ 2.39 3.91 2.73 -
YUV 45.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 12 64 41 0.81 0 0.36 0.75 153.46 0.68 0.15
Hex C 40 29 51 0 24 4B 99 44 F
Octal 14 100 51 121 0 44 113 231 104 17
Binary 1100 1000000 101001 1010001 0 100100 1001011 10011001 1000100 1111

Color Harmonies of #0C4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4029

Black with #0C4029

Text Example


Text Example

White with #0C4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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