Html Css Color HEX #04481B British Racing Green

📋 copy color: '#04481B'

red 4 ◦ green 72 ◦ blue 27

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

Shades of British Racing Green #04481B

Tints of British Racing Green #04481B

RGB

 RED value IS 4 (1.95% from 255) = 3.88%

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

 BLUE value IS 27 (10.94% from 255) = 26.21%

R = 3.88%
G = 69.9%
B = 26.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#04481B (or 0x04481B) is known color: British Racing Green. HEX triplet: 04, 48 and 1B. RGB value is (4,72,27). Sum of RGB (Red+Green+Blue) = 4+72+27=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #04481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481B is #FBB7E4. Grayscale: #2E2E2E. Windows color (decimal): -16496613 or 1787908. OLE color: 1787908.

HSL color Cylindrical-coordinate representation of color #04481B: hue angle of 140.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04481B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 27 -
CMYK 0.94 0 0.62 0.72
HSL 140.29º 0.89% 0.15% -
HSV(B) 140.29º 0.94% 0.28% -
XYZ 2.57 4.74 1.82 -
YUV 46.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 4 72 27 0.94 0 0.62 0.72 140.29 0.89 0.15
Hex 4 48 1B 5E 0 3E 48 8C 59 F
Octal 4 110 33 136 0 76 110 214 131 17
Binary 100 1001000 11011 1011110 0 111110 1001000 10001100 1011001 1111

Color Harmonies of #04481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481B

Black with #04481B

Text Example


Text Example

White with #04481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,72,27); }

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

background-color css

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

 a { background-color: rgb(4,72,27); }

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

border-color css

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

 span { border-color: rgb(4,72,27); }

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