Html Css Color HEX #00481A British Racing Green

📋 copy color: '#00481A'

red 0 ◦ green 72 ◦ blue 26

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

Shades of British Racing Green #00481A

Tints of British Racing Green #00481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 0%
G = 73.47%
B = 26.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#00481A (or 0x00481A) is known color: British Racing Green. HEX triplet: 00, 48 and 1A. RGB value is (0,72,26). Sum of RGB (Red+Green+Blue) = 0+72+26=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #00481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481A is #FFB7E5. Grayscale: #2D2D2D. Windows color (decimal): -16758758 or 1722368. OLE color: 1722368.

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

Color convert

RGB 0 72 26 -
CMYK 1 0 0.64 0.72
HSL 141.67º 1% 0.14% -
HSV(B) 141.67º 1% 0.28% -
XYZ 2.5 4.71 1.75 -
YUV 45.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 0 72 26 1 0 0.64 0.72 141.67 1 0.14
Hex 0 48 1A 64 0 40 48 8E 64 E
Octal 0 110 32 144 0 100 110 216 144 16
Binary 0 1001000 11010 1100100 0 1000000 1001000 10001110 1100100 1110

Color Harmonies of #00481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00481A

Black with #00481A

Text Example


Text Example

White with #00481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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