Html Css Color HEX #0B3C2E British Racing Green

📋 copy color: '#0B3C2E'

red 11 ◦ green 60 ◦ blue 46

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

Shades of British Racing Green #0B3C2E

Tints of British Racing Green #0B3C2E

RGB

 RED value IS 11 (4.69% from 255) = 9.4%

 GREEN value IS 60 (23.83% from 255) = 51.28%

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

R = 9.4%
G = 51.28%
B = 39.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#0B3C2E (or 0x0B3C2E) is known color: British Racing Green. HEX triplet: 0B, 3C and 2E. RGB value is (11,60,46). Sum of RGB (Red+Green+Blue) = 11+60+46=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #0B3C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3C2E is #F4C3D1. Grayscale: #2B2B2B. Windows color (decimal): -16040914 or 3030027. OLE color: 3030027.

HSL color Cylindrical-coordinate representation of color #0B3C2E: hue angle of 162.86º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3C2E is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 11 60 46 -
CMYK 0.82 0 0.23 0.76
HSL 162.86º 0.69% 0.14% -
HSV(B) 162.86º 0.82% 0.24% -
XYZ 2.25 3.5 3.14 -
YUV 43.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 11 60 46 0.82 0 0.23 0.76 162.86 0.69 0.14
Hex B 3C 2E 52 0 17 4C A3 45 E
Octal 13 74 56 122 0 27 114 243 105 16
Binary 1011 111100 101110 1010010 0 10111 1001100 10100011 1000101 1110

Color Harmonies of #0B3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3C2E

Black with #0B3C2E

Text Example


Text Example

White with #0B3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,60,46); }

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

background-color css

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

 a { background-color: rgb(11,60,46); }

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

border-color css

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

 span { border-color: rgb(11,60,46); }

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