Html Css Color HEX #004129 British Racing Green

📋 copy color: '#004129'

red 0 ◦ green 65 ◦ blue 41

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

Shades of British Racing Green #004129

Tints of British Racing Green #004129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 0%
G = 61.32%
B = 38.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#004129 (or 0x004129) is known color: British Racing Green. HEX triplet: 00, 41 and 29. RGB value is (0,65,41). Sum of RGB (Red+Green+Blue) = 0+65+41=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #004129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004129 is #FFBED6. Grayscale: #2A2A2A. Windows color (decimal): -16760535 or 2703616. OLE color: 2703616.

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

Color convert

RGB 0 65 41 -
CMYK 1 0 0.37 0.75
HSL 157.85º 1% 0.13% -
HSV(B) 157.85º 1% 0.25% -
XYZ 2.29 3.94 2.74 -
YUV 42.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 0 65 41 1 0 0.37 0.75 157.85 1 0.13
Hex 0 41 29 64 0 25 4B 9E 64 D
Octal 0 101 51 144 0 45 113 236 144 15
Binary 0 1000001 101001 1100100 0 100101 1001011 10011110 1100100 1101

Color Harmonies of #004129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004129

Black with #004129

Text Example


Text Example

White with #004129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004129; }

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

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

background-color css

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

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

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

border-color css

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

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

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