Html Css Color HEX #004133 British Racing Green

📋 copy color: '#004133'

red 0 ◦ green 65 ◦ blue 51

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

Shades of British Racing Green #004133

Tints of British Racing Green #004133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.97%

R = 0%
G = 56.03%
B = 43.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#004133 (or 0x004133) is known color: British Racing Green. HEX triplet: 00, 41 and 33. RGB value is (0,65,51). Sum of RGB (Red+Green+Blue) = 0+65+51=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #004133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004133 is #FFBECC. Grayscale: #2B2B2B. Windows color (decimal): -16760525 or 3358976. OLE color: 3358976.

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

Color convert

RGB 0 65 51 -
CMYK 1 0 0.22 0.75
HSL 167.08º 1% 0.13% -
HSV(B) 167.08º 1% 0.25% -
XYZ 2.49 4.02 3.78 -
YUV 43.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 0 65 51 1 0 0.22 0.75 167.08 1 0.13
Hex 0 41 33 64 0 16 4B A7 64 D
Octal 0 101 63 144 0 26 113 247 144 15
Binary 0 1000001 110011 1100100 0 10110 1001011 10100111 1100100 1101

Color Harmonies of #004133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004133

Black with #004133

Text Example


Text Example

White with #004133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004133; }

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

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

background-color css

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

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

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

border-color css

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

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

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