Html Css Color HEX #004631 British Racing Green

📋 copy color: '#004631'

red 0 ◦ green 70 ◦ blue 49

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

Shades of British Racing Green #004631

Tints of British Racing Green #004631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.82%

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 0%
G = 58.82%
B = 41.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#004631 (or 0x004631) is known color: British Racing Green. HEX triplet: 00, 46 and 31. RGB value is (0,70,49). Sum of RGB (Red+Green+Blue) = 0+70+49=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #004631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004631 is #FFB9CE. Grayscale: #2E2E2E. Windows color (decimal): -16759247 or 3229184. OLE color: 3229184.

HSL color Cylindrical-coordinate representation of color #004631: hue angle of 162º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004631 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 49 -
CMYK 1 0 0.30 0.73
HSL 162º 1% 0.14% -
HSV(B) 162º 1% 0.27% -
XYZ 2.74 4.6 3.65 -
YUV 46.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 0 70 49 1 0 0.30 0.73 162 1 0.14
Hex 0 46 31 64 0 1E 49 A2 64 E
Octal 0 106 61 144 0 36 111 242 144 16
Binary 0 1000110 110001 1100100 0 11110 1001001 10100010 1100100 1110

Color Harmonies of #004631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004631

Black with #004631

Text Example


Text Example

White with #004631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004631; }

 p { color: rgb(0,70,49); }

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

background-color css

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

 a { background-color: rgb(0,70,49); }

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

border-color css

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

 span { border-color: rgb(0,70,49); }

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