#00391C

Color #00391C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #00391C

Tints of British Racing Green #00391C

Color information

#00391C (or 0x00391C) is unknown color: approx British Racing Green. HEX triplet: 00, 39 and 1C. RGB value is (0,57,28). Sum of RGB (Red+Green+Blue) = 0+57+28=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #00391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00391C is #FFC6E3. Grayscale: #242424. Windows color (decimal): -16762596 or 1849600. OLE color: 1849600.

HSL color Cylindrical-coordinate representation of color #00391C: hue angle of 149.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00391C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB05728-
CMYK100.510.78
HSL149.47º100%11.18%-
HSV(B)149.47º100%22.35%-
XYZ1.673.011.59-
YUV36.65123.12101.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=0%
G=67.06%
B=32.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05728100.510.78149.4710011.18
Hex0391C640334E9564b
Octal0713414406311622514413
Binary0111001111001100100011001110011101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,57,28); }

 H1.HeaderClassName
 {
   color: #00391C;
 }
 .AnyTagClassName
 {
   color: #00391C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,57,28); }

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

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

 span { border-color: rgb(0,57,28); }

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