Html Css Color HEX #004328 British Racing Green

📋 copy color: '#004328'

red 0 ◦ green 67 ◦ blue 40

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

Shades of British Racing Green #004328

Tints of British Racing Green #004328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.62%

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

R = 0%
G = 62.62%
B = 37.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#004328 (or 0x004328) is known color: British Racing Green. HEX triplet: 00, 43 and 28. RGB value is (0,67,40). Sum of RGB (Red+Green+Blue) = 0+67+40=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #004328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004328 is #FFBCD7. Grayscale: #2B2B2B. Windows color (decimal): -16760024 or 2638592. OLE color: 2638592.

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

Color convert

RGB 0 67 40 -
CMYK 1 0 0.40 0.74
HSL 155.82º 1% 0.13% -
HSV(B) 155.82º 1% 0.26% -
XYZ 2.39 4.17 2.69 -
YUV 43.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 0 67 40 1 0 0.40 0.74 155.82 1 0.13
Hex 0 43 28 64 0 28 4A 9C 64 D
Octal 0 103 50 144 0 50 112 234 144 15
Binary 0 1000011 101000 1100100 0 101000 1001010 10011100 1100100 1101

Color Harmonies of #004328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004328

Black with #004328

Text Example


Text Example

White with #004328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004328; }

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

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

background-color css

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

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

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

border-color css

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

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

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