Html Css Color HEX #004131 British Racing Green

📋 copy color: '#004131'

red 0 ◦ green 65 ◦ blue 49

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

Shades of British Racing Green #004131

Tints of British Racing Green #004131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.02%

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

R = 0%
G = 57.02%
B = 42.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#004131 (or 0x004131) is known color: British Racing Green. HEX triplet: 00, 41 and 31. RGB value is (0,65,49). Sum of RGB (Red+Green+Blue) = 0+65+49=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #004131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004131 is #FFBECE. Grayscale: #2B2B2B. Windows color (decimal): -16760527 or 3227904. OLE color: 3227904.

HSL color Cylindrical-coordinate representation of color #004131: hue angle of 165.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004131 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 49 -
CMYK 1 0 0.25 0.75
HSL 165.23º 1% 0.13% -
HSV(B) 165.23º 1% 0.25% -
XYZ 2.44 4 3.55 -
YUV 43.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 0 65 49 1 0 0.25 0.75 165.23 1 0.13
Hex 0 41 31 64 0 19 4B A5 64 D
Octal 0 101 61 144 0 31 113 245 144 15
Binary 0 1000001 110001 1100100 0 11001 1001011 10100101 1100100 1101

Color Harmonies of #004131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004131

Black with #004131

Text Example


Text Example

White with #004131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004131; }

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

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

background-color css

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

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

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

border-color css

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

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

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