Html Css Color HEX #004428 British Racing Green

📋 copy color: '#004428'

red 0 ◦ green 68 ◦ blue 40

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

Shades of British Racing Green #004428

Tints of British Racing Green #004428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.96%

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

R = 0%
G = 62.96%
B = 37.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#004428 (or 0x004428) is known color: British Racing Green. HEX triplet: 00, 44 and 28. RGB value is (0,68,40). Sum of RGB (Red+Green+Blue) = 0+68+40=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #004428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004428 is #FFBBD7. Grayscale: #2C2C2C. Windows color (decimal): -16759768 or 2638848. OLE color: 2638848.

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

Color convert

RGB 0 68 40 -
CMYK 1 0 0.41 0.73
HSL 155.29º 1% 0.13% -
HSV(B) 155.29º 1% 0.27% -
XYZ 2.45 4.29 2.71 -
YUV 44.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 0 68 40 1 0 0.41 0.73 155.29 1 0.13
Hex 0 44 28 64 0 29 49 9B 64 D
Octal 0 104 50 144 0 51 111 233 144 15
Binary 0 1000100 101000 1100100 0 101001 1001001 10011011 1100100 1101

Color Harmonies of #004428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004428

Black with #004428

Text Example


Text Example

White with #004428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004428; }

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

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

background-color css

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

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

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

border-color css

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

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

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