#034123

Color #034123 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #034123

Tints of British Racing Green #034123

Color information

#034123 (or 0x034123) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 23. RGB value is (3,65,35). Sum of RGB (Red+Green+Blue) = 3+65+35=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #034123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034123 is #FCBEDC. Grayscale: #2B2B2B. Windows color (decimal): -16563933 or 2310403. OLE color: 2310403.

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

Color convert

RGB36535-
CMYK0.9500.460.75
HSL150.97º91.18%13.33%-
HSV(B)150.97º95.38%25.49%-
XYZ2.233.922.23-
YUV43.04123.4699.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=2.91%
G=63.11%
B=33.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365350.9500.460.75150.9791.1813.33
Hex341235F02E4B975bd
Octal31014313705611322713315
Binary1110000011000111011111010111010010111001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034123; }

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

 H1.HeaderClassName
 {
   color: #034123;
 }
 .AnyTagClassName
 {
   color: #034123;
 }
</style>
background-color css

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

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

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

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

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

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