Html Css Color HEX #0B432E British Racing Green

📋 copy color: '#0B432E'

red 11 ◦ green 67 ◦ blue 46

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

Shades of British Racing Green #0B432E

Tints of British Racing Green #0B432E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

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

R = 8.87%
G = 54.03%
B = 37.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#0B432E (or 0x0B432E) is known color: British Racing Green. HEX triplet: 0B, 43 and 2E. RGB value is (11,67,46). Sum of RGB (Red+Green+Blue) = 11+67+46=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #0B432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B432E is #F4BCD1. Grayscale: #2F2F2F. Windows color (decimal): -16039122 or 3031819. OLE color: 3031819.

HSL color Cylindrical-coordinate representation of color #0B432E: hue angle of 157.5º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B432E is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB 11 67 46 -
CMYK 0.84 0 0.31 0.74
HSL 157.5º 0.72% 0.15% -
HSV(B) 157.5º 0.84% 0.26% -
XYZ 2.64 4.28 3.27 -
YUV 47.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 11 67 46 0.84 0 0.31 0.74 157.5 0.72 0.15
Hex B 43 2E 54 0 1F 4A 9E 48 F
Octal 13 103 56 124 0 37 112 236 110 17
Binary 1011 1000011 101110 1010100 0 11111 1001010 10011110 1001000 1111

Color Harmonies of #0B432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B432E

Black with #0B432E

Text Example


Text Example

White with #0B432E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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