Html Css Color HEX #00452B British Racing Green

📋 copy color: '#00452B'

red 0 ◦ green 69 ◦ blue 43

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

Shades of British Racing Green #00452B

Tints of British Racing Green #00452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 0%
G = 61.61%
B = 38.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#00452B (or 0x00452B) is known color: British Racing Green. HEX triplet: 00, 45 and 2B. RGB value is (0,69,43). Sum of RGB (Red+Green+Blue) = 0+69+43=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #00452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452B is #FFBAD4. Grayscale: #2D2D2D. Windows color (decimal): -16759509 or 2835712. OLE color: 2835712.

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

Color convert

RGB 0 69 43 -
CMYK 1 0 0.38 0.73
HSL 157.39º 1% 0.14% -
HSV(B) 157.39º 1% 0.27% -
XYZ 2.56 4.43 3.01 -
YUV 45.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 0 69 43 1 0 0.38 0.73 157.39 1 0.14
Hex 0 45 2B 64 0 26 49 9D 64 E
Octal 0 105 53 144 0 46 111 235 144 16
Binary 0 1000101 101011 1100100 0 100110 1001001 10011101 1100100 1110

Color Harmonies of #00452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00452B

Black with #00452B

Text Example


Text Example

White with #00452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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