Html Css Color HEX #0B402F British Racing Green

📋 copy color: '#0B402F'

red 11 ◦ green 64 ◦ blue 47

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

Shades of British Racing Green #0B402F

Tints of British Racing Green #0B402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 9.02%
G = 52.46%
B = 38.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#0B402F (or 0x0B402F) is known color: British Racing Green. HEX triplet: 0B, 40 and 2F. RGB value is (11,64,47). Sum of RGB (Red+Green+Blue) = 11+64+47=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402F is #F4BFD0. Grayscale: #2E2E2E. Windows color (decimal): -16039889 or 3096587. OLE color: 3096587.

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

Color convert

RGB 11 64 47 -
CMYK 0.83 0 0.27 0.75
HSL 160.75º 0.71% 0.15% -
HSV(B) 160.75º 0.83% 0.25% -
XYZ 2.48 3.94 3.32 -
YUV 46.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 11 64 47 0.83 0 0.27 0.75 160.75 0.71 0.15
Hex B 40 2F 53 0 1B 4B A1 47 F
Octal 13 100 57 123 0 33 113 241 107 17
Binary 1011 1000000 101111 1010011 0 11011 1001011 10100001 1000111 1111

Color Harmonies of #0B402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B402F

Black with #0B402F

Text Example


Text Example

White with #0B402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,64,47); }

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

background-color css

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

 a { background-color: rgb(11,64,47); }

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

border-color css

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

 span { border-color: rgb(11,64,47); }

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