Html Css Color HEX #0C412B British Racing Green

📋 copy color: '#0C412B'

red 12 ◦ green 65 ◦ blue 43

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

Shades of British Racing Green #0C412B

Tints of British Racing Green #0C412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

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

R = 10%
G = 54.17%
B = 35.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#0C412B (or 0x0C412B) is known color: British Racing Green. HEX triplet: 0C, 41 and 2B. RGB value is (12,65,43). Sum of RGB (Red+Green+Blue) = 12+65+43=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0C412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C412B is #F3BED4. Grayscale: #2E2E2E. Windows color (decimal): -15974101 or 2834700. OLE color: 2834700.

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

Color convert

RGB 12 65 43 -
CMYK 0.82 0 0.34 0.75
HSL 155.09º 0.69% 0.15% -
HSV(B) 155.09º 0.82% 0.25% -
XYZ 2.48 4.03 2.93 -
YUV 46.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 12 65 43 0.82 0 0.34 0.75 155.09 0.69 0.15
Hex C 41 2B 52 0 22 4B 9B 45 F
Octal 14 101 53 122 0 42 113 233 105 17
Binary 1100 1000001 101011 1010010 0 100010 1001011 10011011 1000101 1111

Color Harmonies of #0C412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C412B

Black with #0C412B

Text Example


Text Example

White with #0C412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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