Html Css Color HEX #00482D British Racing Green

📋 copy color: '#00482D'

red 0 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #00482D

Tints of British Racing Green #00482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

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

R = 0%
G = 61.54%
B = 38.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#00482D (or 0x00482D) is known color: British Racing Green. HEX triplet: 00, 48 and 2D. RGB value is (0,72,45). Sum of RGB (Red+Green+Blue) = 0+72+45=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #00482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482D is #FFB7D2. Grayscale: #2F2F2F. Windows color (decimal): -16758739 or 2967552. OLE color: 2967552.

HSL color Cylindrical-coordinate representation of color #00482D: hue angle of 157.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00482D is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 45 -
CMYK 1 0 0.38 0.72
HSL 157.5º 1% 0.14% -
HSV(B) 157.5º 1% 0.28% -
XYZ 2.79 4.82 3.27 -
YUV 47.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 0 72 45 1 0 0.38 0.72 157.5 1 0.14
Hex 0 48 2D 64 0 26 48 9E 64 E
Octal 0 110 55 144 0 46 110 236 144 16
Binary 0 1001000 101101 1100100 0 100110 1001000 10011110 1100100 1110

Color Harmonies of #00482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00482D

Black with #00482D

Text Example


Text Example

White with #00482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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