Html Css Color HEX #004128 British Racing Green

📋 copy color: '#004128'

red 0 ◦ green 65 ◦ blue 40

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

Shades of British Racing Green #004128

Tints of British Racing Green #004128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 0%
G = 61.9%
B = 38.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#004128 (or 0x004128) is known color: British Racing Green. HEX triplet: 00, 41 and 28. RGB value is (0,65,40). Sum of RGB (Red+Green+Blue) = 0+65+40=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #004128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004128 is #FFBED7. Grayscale: #2A2A2A. Windows color (decimal): -16760536 or 2638080. OLE color: 2638080.

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

Color convert

RGB 0 65 40 -
CMYK 1 0 0.38 0.75
HSL 156.92º 1% 0.13% -
HSV(B) 156.92º 1% 0.25% -
XYZ 2.27 3.93 2.65 -
YUV 42.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 0 65 40 1 0 0.38 0.75 156.92 1 0.13
Hex 0 41 28 64 0 26 4B 9D 64 D
Octal 0 101 50 144 0 46 113 235 144 15
Binary 0 1000001 101000 1100100 0 100110 1001011 10011101 1100100 1101

Color Harmonies of #004128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004128

Black with #004128

Text Example


Text Example

White with #004128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004128; }

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

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

background-color css

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

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

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

border-color css

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

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

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