Html Css Color HEX #004132 British Racing Green

📋 copy color: '#004132'

red 0 ◦ green 65 ◦ blue 50

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

Shades of British Racing Green #004132

Tints of British Racing Green #004132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 0%
G = 56.52%
B = 43.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#004132 (or 0x004132) is known color: British Racing Green. HEX triplet: 00, 41 and 32. RGB value is (0,65,50). Sum of RGB (Red+Green+Blue) = 0+65+50=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #004132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004132 is #FFBECD. Grayscale: #2B2B2B. Windows color (decimal): -16760526 or 3293440. OLE color: 3293440.

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

Color convert

RGB 0 65 50 -
CMYK 1 0 0.23 0.75
HSL 166.15º 1% 0.13% -
HSV(B) 166.15º 1% 0.25% -
XYZ 2.47 4.01 3.66 -
YUV 43.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 0 65 50 1 0 0.23 0.75 166.15 1 0.13
Hex 0 41 32 64 0 17 4B A6 64 D
Octal 0 101 62 144 0 27 113 246 144 15
Binary 0 1000001 110010 1100100 0 10111 1001011 10100110 1100100 1101

Color Harmonies of #004132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004132

Black with #004132

Text Example


Text Example

White with #004132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004132; }

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

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

background-color css

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

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

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

border-color css

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

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

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