Html Css Color HEX #004E1F British Racing Green

📋 copy color: '#004E1F'

red 0 ◦ green 78 ◦ blue 31

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

Shades of British Racing Green #004E1F

Tints of British Racing Green #004E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 71.56%

 BLUE value IS 31 (12.5% from 255) = 28.44%

R = 0%
G = 71.56%
B = 28.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#004E1F (or 0x004E1F) is known color: British Racing Green. HEX triplet: 00, 4E and 1F. RGB value is (0,78,31). Sum of RGB (Red+Green+Blue) = 0+78+31=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #004E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E1F is #FFB1E0. Grayscale: #313131. Windows color (decimal): -16757217 or 2051584. OLE color: 2051584.

HSL color Cylindrical-coordinate representation of color #004E1F: hue angle of 143.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E1F is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 78 31 -
CMYK 1 0 0.60 0.69
HSL 143.85º 1% 0.15% -
HSV(B) 143.85º 1% 0.31% -
XYZ 2.97 5.55 2.21 -
YUV 49.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 0 78 31 1 0 0.60 0.69 143.85 1 0.15
Hex 0 4E 1F 64 0 3C 45 90 64 F
Octal 0 116 37 144 0 74 105 220 144 17
Binary 0 1001110 11111 1100100 0 111100 1000101 10010000 1100100 1111

Color Harmonies of #004E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E1F

Black with #004E1F

Text Example


Text Example

White with #004E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E1F; }

 p { color: rgb(0,78,31); }

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

background-color css

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

 a { background-color: rgb(0,78,31); }

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

border-color css

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

 span { border-color: rgb(0,78,31); }

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