Html Css Color HEX #0B4225 British Racing Green

📋 copy color: '#0B4225'

red 11 ◦ green 66 ◦ blue 37

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

Shades of British Racing Green #0B4225

Tints of British Racing Green #0B4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.89%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 9.65%
G = 57.89%
B = 32.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#0B4225 (or 0x0B4225) is known color: British Racing Green. HEX triplet: 0B, 42 and 25. RGB value is (11,66,37). Sum of RGB (Red+Green+Blue) = 11+66+37=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4225 is #F4BDDA. Grayscale: #2E2E2E. Windows color (decimal): -16039387 or 2441739. OLE color: 2441739.

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

Color convert

RGB 11 66 37 -
CMYK 0.83 0 0.44 0.74
HSL 148.36º 0.71% 0.15% -
HSV(B) 148.36º 0.83% 0.26% -
XYZ 2.42 4.1 2.41 -
YUV 46.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 11 66 37 0.83 0 0.44 0.74 148.36 0.71 0.15
Hex B 42 25 53 0 2C 4A 94 47 F
Octal 13 102 45 123 0 54 112 224 107 17
Binary 1011 1000010 100101 1010011 0 101100 1001010 10010100 1000111 1111

Color Harmonies of #0B4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4225

Black with #0B4225

Text Example


Text Example

White with #0B4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,66,37); }

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

background-color css

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

 a { background-color: rgb(11,66,37); }

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

border-color css

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

 span { border-color: rgb(11,66,37); }

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