Html Css Color HEX #034A25 British Racing Green

📋 copy color: '#034A25'

red 3 ◦ green 74 ◦ blue 37

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

Shades of British Racing Green #034A25

Tints of British Racing Green #034A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.91%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 2.63%
G = 64.91%
B = 32.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.71

RGB Variations

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

Color information

#034A25 (or 0x034A25) is known color: British Racing Green. HEX triplet: 03, 4A and 25. RGB value is (3,74,37). Sum of RGB (Red+Green+Blue) = 3+74+37=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #034A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A25 is #FCB5DA. Grayscale: #303030. Windows color (decimal): -16561627 or 2443779. OLE color: 2443779.

HSL color Cylindrical-coordinate representation of color #034A25: hue angle of 148.73º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A25 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 74 37 -
CMYK 0.96 0 0.50 0.71
HSL 148.73º 0.92% 0.15% -
HSV(B) 148.73º 0.96% 0.29% -
XYZ 2.82 5.05 2.58 -
YUV 48.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 3 74 37 0.96 0 0.50 0.71 148.73 0.92 0.15
Hex 3 4A 25 60 0 32 47 95 5C F
Octal 3 112 45 140 0 62 107 225 134 17
Binary 11 1001010 100101 1100000 0 110010 1000111 10010101 1011100 1111

Color Harmonies of #034A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A25

Black with #034A25

Text Example


Text Example

White with #034A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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