Html Css Color HEX #0B4127 British Racing Green

📋 copy color: '#0B4127'

red 11 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #0B4127

Tints of British Racing Green #0B4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.91%

R = 9.57%
G = 56.52%
B = 33.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#0B4127 (or 0x0B4127) is known color: British Racing Green. HEX triplet: 0B, 41 and 27. RGB value is (11,65,39). Sum of RGB (Red+Green+Blue) = 11+65+39=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #0B4127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4127 is #F4BED8. Grayscale: #2D2D2D. Windows color (decimal): -16039641 or 2572555. OLE color: 2572555.

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

Color convert

RGB 11 65 39 -
CMYK 0.83 0 0.40 0.75
HSL 151.11º 0.71% 0.15% -
HSV(B) 151.11º 0.83% 0.25% -
XYZ 2.39 4 2.56 -
YUV 45.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 11 65 39 0.83 0 0.40 0.75 151.11 0.71 0.15
Hex B 41 27 53 0 28 4B 97 47 F
Octal 13 101 47 123 0 50 113 227 107 17
Binary 1011 1000001 100111 1010011 0 101000 1001011 10010111 1000111 1111

Color Harmonies of #0B4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4127

Black with #0B4127

Text Example


Text Example

White with #0B4127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,39); }

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

background-color css

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

 a { background-color: rgb(11,65,39); }

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

border-color css

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

 span { border-color: rgb(11,65,39); }

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