Html Css Color HEX #0C3D2E British Racing Green

📋 copy color: '#0C3D2E'

red 12 ◦ green 61 ◦ blue 46

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

Shades of British Racing Green #0C3D2E

Tints of British Racing Green #0C3D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 51.26%

 BLUE value IS 46 (18.36% from 255) = 38.66%

R = 10.08%
G = 51.26%
B = 38.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#0C3D2E (or 0x0C3D2E) is known color: British Racing Green. HEX triplet: 0C, 3D and 2E. RGB value is (12,61,46). Sum of RGB (Red+Green+Blue) = 12+61+46=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #0C3D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3D2E is #F3C2D1. Grayscale: #2C2C2C. Windows color (decimal): -15975122 or 3030284. OLE color: 3030284.

HSL color Cylindrical-coordinate representation of color #0C3D2E: hue angle of 161.63º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3D2E is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 61 46 -
CMYK 0.80 0 0.25 0.76
HSL 161.63º 0.67% 0.14% -
HSV(B) 161.63º 0.8% 0.24% -
XYZ 2.31 3.61 3.16 -
YUV 44.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 12 61 46 0.80 0 0.25 0.76 161.63 0.67 0.14
Hex C 3D 2E 50 0 19 4C A2 43 E
Octal 14 75 56 120 0 31 114 242 103 16
Binary 1100 111101 101110 1010000 0 11001 1001100 10100010 1000011 1110

Color Harmonies of #0C3D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3D2E

Black with #0C3D2E

Text Example


Text Example

White with #0C3D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,61,46); }

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

background-color css

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

 a { background-color: rgb(12,61,46); }

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

border-color css

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

 span { border-color: rgb(12,61,46); }

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