Html Css Color HEX #00451A British Racing Green

📋 copy color: '#00451A'

red 0 ◦ green 69 ◦ blue 26

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

Shades of British Racing Green #00451A

Tints of British Racing Green #00451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 0%
G = 72.63%
B = 27.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#00451A (or 0x00451A) is known color: British Racing Green. HEX triplet: 00, 45 and 1A. RGB value is (0,69,26). Sum of RGB (Red+Green+Blue) = 0+69+26=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #00451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00451A is #FFBAE5. Grayscale: #2B2B2B. Windows color (decimal): -16759526 or 1721600. OLE color: 1721600.

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

Color convert

RGB 0 69 26 -
CMYK 1 0 0.62 0.73
HSL 142.61º 1% 0.14% -
HSV(B) 142.61º 1% 0.27% -
XYZ 2.31 4.33 1.69 -
YUV 43.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 0 69 26 1 0 0.62 0.73 142.61 1 0.14
Hex 0 45 1A 64 0 3E 49 8F 64 E
Octal 0 105 32 144 0 76 111 217 144 16
Binary 0 1000101 11010 1100100 0 111110 1001001 10001111 1100100 1110

Color Harmonies of #00451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00451A

Black with #00451A

Text Example


Text Example

White with #00451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00451A; }

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

 H1.HeaderClassName
 {
   color: #00451A;
 }
 .AnyTagClassName
 {
   color: #00451A;
 }
</style>

background-color css

<style>
 a { background-color: #00451A; }

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

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

border-color css

<style>
 span { border-color: #00451A; }

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

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