Html Css Color HEX #05381C British Racing Green

📋 copy color: '#05381C'

red 5 ◦ green 56 ◦ blue 28

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

Shades of British Racing Green #05381C

Tints of British Racing Green #05381C

RGB

 RED value IS 5 (2.34% from 255) = 5.62%

 GREEN value IS 56 (22.27% from 255) = 62.92%

 BLUE value IS 28 (11.33% from 255) = 31.46%

R = 5.62%
G = 62.92%
B = 31.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#05381C (or 0x05381C) is known color: British Racing Green. HEX triplet: 05, 38 and 1C. RGB value is (5,56,28). Sum of RGB (Red+Green+Blue) = 5+56+28=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #05381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381C is #FAC7E3. Grayscale: #252525. Windows color (decimal): -16435172 or 1849349. OLE color: 1849349.

HSL color Cylindrical-coordinate representation of color #05381C: hue angle of 147.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05381C is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 28 -
CMYK 0.91 0 0.50 0.78
HSL 147.06º 0.84% 0.12% -
HSV(B) 147.06º 0.91% 0.22% -
XYZ 1.69 2.94 1.58 -
YUV 37.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 5 56 28 0.91 0 0.50 0.78 147.06 0.84 0.12
Hex 5 38 1C 5B 0 32 4E 93 54 C
Octal 5 70 34 133 0 62 116 223 124 14
Binary 101 111000 11100 1011011 0 110010 1001110 10010011 1010100 1100

Color Harmonies of #05381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05381C

Black with #05381C

Text Example


Text Example

White with #05381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05381C; }

 p { color: rgb(5,56,28); }

 H1.HeaderClassName
 {
   color: #05381C;
 }
 .AnyTagClassName
 {
   color: #05381C;
 }
</style>

background-color css

<style>
 a { background-color: #05381C; }

 a { background-color: rgb(5,56,28); }

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

border-color css

<style>
 span { border-color: #05381C; }

 span { border-color: rgb(5,56,28); }

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