Html Css Color HEX #00542F British Racing Green

📋 copy color: '#00542F'

red 0 ◦ green 84 ◦ blue 47

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

Shades of British Racing Green #00542F

Tints of British Racing Green #00542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 64.12%

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 0%
G = 64.12%
B = 35.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#00542F (or 0x00542F) is known color: British Racing Green. HEX triplet: 00, 54 and 2F. RGB value is (0,84,47). Sum of RGB (Red+Green+Blue) = 0+84+47=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #00542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00542F is #FFABD0. Grayscale: #363636. Windows color (decimal): -16755665 or 3101696. OLE color: 3101696.

HSL color Cylindrical-coordinate representation of color #00542F: hue angle of 153.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00542F is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 47 -
CMYK 1 0 0.44 0.67
HSL 153.57º 1% 0.16% -
HSV(B) 153.57º 1% 0.33% -
XYZ 3.68 6.55 3.76 -
YUV 54.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 0 84 47 1 0 0.44 0.67 153.57 1 0.16
Hex 0 54 2F 64 0 2C 43 9A 64 10
Octal 0 124 57 144 0 54 103 232 144 20
Binary 0 1010100 101111 1100100 0 101100 1000011 10011010 1100100 10000

Color Harmonies of #00542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00542F

Black with #00542F

Text Example


Text Example

White with #00542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,84,47); }

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

background-color css

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

 a { background-color: rgb(0,84,47); }

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

border-color css

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

 span { border-color: rgb(0,84,47); }

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