Html Css Color HEX #004320 British Racing Green

📋 copy color: '#004320'

red 0 ◦ green 67 ◦ blue 32

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

Shades of British Racing Green #004320

Tints of British Racing Green #004320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 32.32%

R = 0%
G = 67.68%
B = 32.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#004320 (or 0x004320) is known color: British Racing Green. HEX triplet: 00, 43 and 20. RGB value is (0,67,32). Sum of RGB (Red+Green+Blue) = 0+67+32=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #004320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004320 is #FFBCDF. Grayscale: #2B2B2B. Windows color (decimal): -16760032 or 2114304. OLE color: 2114304.

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

Color convert

RGB 0 67 32 -
CMYK 1 0 0.52 0.74
HSL 148.66º 1% 0.13% -
HSV(B) 148.66º 1% 0.26% -
XYZ 2.27 4.12 2.04 -
YUV 42.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 0 67 32 1 0 0.52 0.74 148.66 1 0.13
Hex 0 43 20 64 0 34 4A 95 64 D
Octal 0 103 40 144 0 64 112 225 144 15
Binary 0 1000011 100000 1100100 0 110100 1001010 10010101 1100100 1101

Color Harmonies of #004320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004320

Black with #004320

Text Example


Text Example

White with #004320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004320; }

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

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

background-color css

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

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

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

border-color css

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

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

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