Html Css Color HEX #00481C British Racing Green

📋 copy color: '#00481C'

red 0 ◦ green 72 ◦ blue 28

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

Shades of British Racing Green #00481C

Tints of British Racing Green #00481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28%

R = 0%
G = 72%
B = 28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#00481C (or 0x00481C) is known color: British Racing Green. HEX triplet: 00, 48 and 1C. RGB value is (0,72,28). Sum of RGB (Red+Green+Blue) = 0+72+28=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #00481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481C is #FFB7E3. Grayscale: #2D2D2D. Windows color (decimal): -16758756 or 1853440. OLE color: 1853440.

HSL color Cylindrical-coordinate representation of color #00481C: hue angle of 143.33º 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 #00481C is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 28 -
CMYK 1 0 0.61 0.72
HSL 143.33º 1% 0.14% -
HSV(B) 143.33º 1% 0.28% -
XYZ 2.53 4.72 1.88 -
YUV 45.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 0 72 28 1 0 0.61 0.72 143.33 1 0.14
Hex 0 48 1C 64 0 3D 48 8F 64 E
Octal 0 110 34 144 0 75 110 217 144 16
Binary 0 1001000 11100 1100100 0 111101 1001000 10001111 1100100 1110

Color Harmonies of #00481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00481C

Black with #00481C

Text Example


Text Example

White with #00481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00481C; }

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

 H1.HeaderClassName
 {
   color: #00481C;
 }
 .AnyTagClassName
 {
   color: #00481C;
 }
</style>

background-color css

<style>
 a { background-color: #00481C; }

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

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

border-color css

<style>
 span { border-color: #00481C; }

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

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