Html Css Color HEX #00452E British Racing Green

📋 copy color: '#00452E'

red 0 ◦ green 69 ◦ blue 46

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

Shades of British Racing Green #00452E

Tints of British Racing Green #00452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#00452E (or 0x00452E) is known color: British Racing Green. HEX triplet: 00, 45 and 2E. RGB value is (0,69,46). Sum of RGB (Red+Green+Blue) = 0+69+46=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #00452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452E is #FFBAD1. Grayscale: #2D2D2D. Windows color (decimal): -16759506 or 3032320. OLE color: 3032320.

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

Color convert

RGB 0 69 46 -
CMYK 1 0 0.33 0.73
HSL 160º 1% 0.14% -
HSV(B) 160º 1% 0.27% -
XYZ 2.62 4.45 3.31 -
YUV 45.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 0 69 46 1 0 0.33 0.73 160 1 0.14
Hex 0 45 2E 64 0 21 49 A0 64 E
Octal 0 105 56 144 0 41 111 240 144 16
Binary 0 1000101 101110 1100100 0 100001 1001001 10100000 1100100 1110

Color Harmonies of #00452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00452E

Black with #00452E

Text Example


Text Example

White with #00452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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