Html Css Color HEX #00452D British Racing Green

📋 copy color: '#00452D'

red 0 ◦ green 69 ◦ blue 45

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

Shades of British Racing Green #00452D

Tints of British Racing Green #00452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.47%

R = 0%
G = 60.53%
B = 39.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#00452D (or 0x00452D) is known color: British Racing Green. HEX triplet: 00, 45 and 2D. RGB value is (0,69,45). Sum of RGB (Red+Green+Blue) = 0+69+45=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #00452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452D is #FFBAD2. Grayscale: #2D2D2D. Windows color (decimal): -16759507 or 2966784. OLE color: 2966784.

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

Color convert

RGB 0 69 45 -
CMYK 1 0 0.35 0.73
HSL 159.13º 1% 0.14% -
HSV(B) 159.13º 1% 0.27% -
XYZ 2.6 4.45 3.2 -
YUV 45.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 0 69 45 1 0 0.35 0.73 159.13 1 0.14
Hex 0 45 2D 64 0 23 49 9F 64 E
Octal 0 105 55 144 0 43 111 237 144 16
Binary 0 1000101 101101 1100100 0 100011 1001001 10011111 1100100 1110

Color Harmonies of #00452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00452D

Black with #00452D

Text Example


Text Example

White with #00452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00452D;
 }
 .AnyTagClassName
 {
   color: #00452D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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