Html Css Color HEX #00450F British Racing Green

📋 copy color: '#00450F'

red 0 ◦ green 69 ◦ blue 15

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

Shades of British Racing Green #00450F

Tints of British Racing Green #00450F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 69 (27.34% from 255) = 82.14%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 0%
G = 82.14%
B = 17.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#00450F (or 0x00450F) is known color: British Racing Green. HEX triplet: 00, 45 and 0F. RGB value is (0,69,15). Sum of RGB (Red+Green+Blue) = 0+69+15=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #00450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00450F is #FFBAF0. Grayscale: #2A2A2A. Windows color (decimal): -16759537 or 1000704. OLE color: 1000704.

HSL color Cylindrical-coordinate representation of color #00450F: hue angle of 133.04º 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 #00450F is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 69 15 -
CMYK 1 0 0.78 0.73
HSL 133.04º 1% 0.14% -
HSV(B) 133.04º 1% 0.27% -
XYZ 2.21 4.29 1.16 -
YUV 42.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 0 69 15 1 0 0.78 0.73 133.04 1 0.14
Hex 0 45 F 64 0 4E 49 85 64 E
Octal 0 105 17 144 0 116 111 205 144 16
Binary 0 1000101 1111 1100100 0 1001110 1001001 10000101 1100100 1110

Color Harmonies of #00450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00450F

Black with #00450F

Text Example


Text Example

White with #00450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00450F;
 }
 .AnyTagClassName
 {
   color: #00450F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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