#034125

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

Shades of British Racing Green #034125

Tints of British Racing Green #034125

Color information

#034125 (or 0x034125) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 25. RGB value is (3,65,37). Sum of RGB (Red+Green+Blue) = 3+65+37=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #034125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034125 is #FCBEDA. Grayscale: #2B2B2B. Windows color (decimal): -16563931 or 2441475. OLE color: 2441475.

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

Color convert

RGB36537-
CMYK0.9500.430.75
HSL152.9º91.18%13.33%-
HSV(B)152.9º95.38%25.49%-
XYZ2.263.932.39-
YUV43.27124.4699.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=2.86%
G=61.90%
B=35.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365370.9500.430.75152.991.1813.33
Hex341255F02B4B995bd
Octal31014513705311323113315
Binary1110000011001011011111010101110010111001100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034125; }

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

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

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

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

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

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

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

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