Html Css Color HEX #004830 British Racing Green

📋 copy color: '#004830'

red 0 ◦ green 72 ◦ blue 48

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

Shades of British Racing Green #004830

Tints of British Racing Green #004830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#004830 (or 0x004830) is known color: British Racing Green. HEX triplet: 00, 48 and 30. RGB value is (0,72,48). Sum of RGB (Red+Green+Blue) = 0+72+48=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #004830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004830 is #FFB7CF. Grayscale: #2F2F2F. Windows color (decimal): -16758736 or 3164160. OLE color: 3164160.

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

Color convert

RGB 0 72 48 -
CMYK 1 0 0.33 0.72
HSL 160º 1% 0.14% -
HSV(B) 160º 1% 0.28% -
XYZ 2.85 4.85 3.58 -
YUV 47.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 0 72 48 1 0 0.33 0.72 160 1 0.14
Hex 0 48 30 64 0 21 48 A0 64 E
Octal 0 110 60 144 0 41 110 240 144 16
Binary 0 1001000 110000 1100100 0 100001 1001000 10100000 1100100 1110

Color Harmonies of #004830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004830

Black with #004830

Text Example


Text Example

White with #004830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004830; }

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

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

background-color css

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

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

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

border-color css

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

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

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