#00450D

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

Shades of British Racing Green #00450D

Tints of British Racing Green #00450D

Color information

#00450D (or 0x00450D) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 0D. RGB value is (0,69,13). Sum of RGB (Red+Green+Blue) = 0+69+13=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 69 (27.34% from 255 or 84.15% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 69 - color contains mainly: green. Hex color #00450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00450D is #FFBAF2. Grayscale: #2A2A2A. Windows color (decimal): -16759539 or 869632. OLE color: 869632.

HSL color Cylindrical-coordinate representation of color #00450D: hue angle of 131.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00450D is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB06913-
CMYK100.810.73
HSL131.3º100%13.53%-
HSV(B)131.3º100%27.06%-
XYZ2.24.291.09-
YUV41.98111.6498.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 84.15%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=0%
G=84.15%
B=15.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06913100.810.73131.310013.53
Hex045D64051498364e
Octal010515144012111120314416
Binary01000101110111001000101000110010011000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00450D; }

 p { color: rgb(0,69,13); }

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

<style>
 a { background-color: #00450D; }

 a { background-color: rgb(0,69,13); }

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

<style>
 span { border-color: #00450D; }

 span { border-color: rgb(0,69,13); }

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