Html Css Color HEX #034133 British Racing Green

📋 copy color: '#034133'

red 3 ◦ green 65 ◦ blue 51

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

Shades of British Racing Green #034133

Tints of British Racing Green #034133

RGB

 RED value IS 3 (1.56% from 255) = 2.52%

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

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

R = 2.52%
G = 54.62%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#034133 (or 0x034133) is known color: British Racing Green. HEX triplet: 03, 41 and 33. RGB value is (3,65,51). Sum of RGB (Red+Green+Blue) = 3+65+51=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #034133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034133 is #FCBECC. Grayscale: #2C2C2C. Windows color (decimal): -16563917 or 3358979. OLE color: 3358979.

HSL color Cylindrical-coordinate representation of color #034133: hue angle of 166.45º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034133 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 51 -
CMYK 0.95 0 0.22 0.75
HSL 166.45º 0.91% 0.13% -
HSV(B) 166.45º 0.95% 0.25% -
XYZ 2.53 4.04 3.78 -
YUV 44.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 3 65 51 0.95 0 0.22 0.75 166.45 0.91 0.13
Hex 3 41 33 5F 0 16 4B A6 5B D
Octal 3 101 63 137 0 26 113 246 133 15
Binary 11 1000001 110011 1011111 0 10110 1001011 10100110 1011011 1101

Color Harmonies of #034133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034133

Black with #034133

Text Example


Text Example

White with #034133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034133; }

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

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

background-color css

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

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

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

border-color css

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

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

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