Html Css Color HEX #0B3F26 British Racing Green

📋 copy color: '#0B3F26'

red 11 ◦ green 63 ◦ blue 38

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

Shades of British Racing Green #0B3F26

Tints of British Racing Green #0B3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 9.82%
G = 56.25%
B = 33.93%

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

#0B3F26 (or 0x0B3F26) is known color: British Racing Green. HEX triplet: 0B, 3F and 26. RGB value is (11,63,38). Sum of RGB (Red+Green+Blue) = 11+63+38=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F26 is #F4C0D9. Grayscale: #2C2C2C. Windows color (decimal): -16040154 or 2506507. OLE color: 2506507.

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

Color convert

RGB 11 63 38 -
CMYK 0.83 0 0.40 0.75
HSL 151.15º 0.7% 0.15% -
HSV(B) 151.15º 0.83% 0.25% -
XYZ 2.27 3.77 2.44 -
YUV 44.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 11 63 38 0.83 0 0.40 0.75 151.15 0.7 0.15
Hex B 3F 26 53 0 28 4B 97 46 F
Octal 13 77 46 123 0 50 113 227 106 17
Binary 1011 111111 100110 1010011 0 101000 1001011 10010111 1000110 1111

Color Harmonies of #0B3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3F26

Black with #0B3F26

Text Example


Text Example

White with #0B3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,63,38); }

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

background-color css

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

 a { background-color: rgb(11,63,38); }

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

border-color css

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

 span { border-color: rgb(11,63,38); }

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