Html Css Color HEX #004127 British Racing Green

📋 copy color: '#004127'

red 0 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #004127

Tints of British Racing Green #004127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 37.5%

R = 0%
G = 62.5%
B = 37.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#004127 (or 0x004127) is known color: British Racing Green. HEX triplet: 00, 41 and 27. RGB value is (0,65,39). Sum of RGB (Red+Green+Blue) = 0+65+39=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #004127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004127 is #FFBED8. Grayscale: #2A2A2A. Windows color (decimal): -16760537 or 2572544. OLE color: 2572544.

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

Color convert

RGB 0 65 39 -
CMYK 1 0 0.40 0.75
HSL 156º 1% 0.13% -
HSV(B) 156º 1% 0.25% -
XYZ 2.26 3.93 2.56 -
YUV 42.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 0 65 39 1 0 0.40 0.75 156 1 0.13
Hex 0 41 27 64 0 28 4B 9C 64 D
Octal 0 101 47 144 0 50 113 234 144 15
Binary 0 1000001 100111 1100100 0 101000 1001011 10011100 1100100 1101

Color Harmonies of #004127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004127

Black with #004127

Text Example


Text Example

White with #004127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004127; }

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

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

background-color css

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

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

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

border-color css

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

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

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