Html Css Color HEX #0C402B British Racing Green

📋 copy color: '#0C402B'

red 12 ◦ green 64 ◦ blue 43

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

Shades of British Racing Green #0C402B

Tints of British Racing Green #0C402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 10.08%
G = 53.78%
B = 36.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#0C402B (or 0x0C402B) is known color: British Racing Green. HEX triplet: 0C, 40 and 2B. RGB value is (12,64,43). Sum of RGB (Red+Green+Blue) = 12+64+43=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402B is #F3BFD4. Grayscale: #2E2E2E. Windows color (decimal): -15974357 or 2834444. OLE color: 2834444.

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

Color convert

RGB 12 64 43 -
CMYK 0.81 0 0.33 0.75
HSL 155.77º 0.68% 0.15% -
HSV(B) 155.77º 0.81% 0.25% -
XYZ 2.42 3.92 2.91 -
YUV 46.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 12 64 43 0.81 0 0.33 0.75 155.77 0.68 0.15
Hex C 40 2B 51 0 21 4B 9C 44 F
Octal 14 100 53 121 0 41 113 234 104 17
Binary 1100 1000000 101011 1010001 0 100001 1001011 10011100 1000100 1111

Color Harmonies of #0C402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C402B

Black with #0C402B

Text Example


Text Example

White with #0C402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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