Html Css Color HEX #0C402D British Racing Green

📋 copy color: '#0C402D'

red 12 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #0C402D

Tints of British Racing Green #0C402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 9.92%
G = 52.89%
B = 37.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#0C402D (or 0x0C402D) is known color: British Racing Green. HEX triplet: 0C, 40 and 2D. RGB value is (12,64,45). Sum of RGB (Red+Green+Blue) = 12+64+45=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402D is #F3BFD2. Grayscale: #2E2E2E. Windows color (decimal): -15974355 or 2965516. OLE color: 2965516.

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

Color convert

RGB 12 64 45 -
CMYK 0.81 0 0.30 0.75
HSL 158.08º 0.68% 0.15% -
HSV(B) 158.08º 0.81% 0.25% -
XYZ 2.46 3.93 3.11 -
YUV 46.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 12 64 45 0.81 0 0.30 0.75 158.08 0.68 0.15
Hex C 40 2D 51 0 1E 4B 9E 44 F
Octal 14 100 55 121 0 36 113 236 104 17
Binary 1100 1000000 101101 1010001 0 11110 1001011 10011110 1000100 1111

Color Harmonies of #0C402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C402D

Black with #0C402D

Text Example


Text Example

White with #0C402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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