Html Css Color HEX #0B402D British Racing Green

📋 copy color: '#0B402D'

red 11 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #0B402D

Tints of British Racing Green #0B402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 9.17%
G = 53.33%
B = 37.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#0B402D (or 0x0B402D) is known color: British Racing Green. HEX triplet: 0B, 40 and 2D. RGB value is (11,64,45). Sum of RGB (Red+Green+Blue) = 11+64+45=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402D is #F4BFD2. Grayscale: #2E2E2E. Windows color (decimal): -16039891 or 2965515. OLE color: 2965515.

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

Color convert

RGB 11 64 45 -
CMYK 0.83 0 0.30 0.75
HSL 158.49º 0.71% 0.15% -
HSV(B) 158.49º 0.83% 0.25% -
XYZ 2.45 3.93 3.11 -
YUV 45.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 11 64 45 0.83 0 0.30 0.75 158.49 0.71 0.15
Hex B 40 2D 53 0 1E 4B 9E 47 F
Octal 13 100 55 123 0 36 113 236 107 17
Binary 1011 1000000 101101 1010011 0 11110 1001011 10011110 1000111 1111

Color Harmonies of #0B402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B402D

Black with #0B402D

Text Example


Text Example

White with #0B402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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