Html Css Color HEX #034124 British Racing Green

📋 copy color: '#034124'

red 3 ◦ green 65 ◦ blue 36

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

Shades of British Racing Green #034124

Tints of British Racing Green #034124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 34.62%

R = 2.88%
G = 62.5%
B = 34.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#034124 (or 0x034124) is known color: British Racing Green. HEX triplet: 03, 41 and 24. RGB value is (3,65,36). Sum of RGB (Red+Green+Blue) = 3+65+36=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #034124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034124 is #FCBEDB. Grayscale: #2B2B2B. Windows color (decimal): -16563932 or 2375939. OLE color: 2375939.

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

Color convert

RGB 3 65 36 -
CMYK 0.95 0 0.45 0.75
HSL 151.94º 0.91% 0.13% -
HSV(B) 151.94º 0.95% 0.25% -
XYZ 2.25 3.93 2.31 -
YUV 43.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 3 65 36 0.95 0 0.45 0.75 151.94 0.91 0.13
Hex 3 41 24 5F 0 2D 4B 98 5B D
Octal 3 101 44 137 0 55 113 230 133 15
Binary 11 1000001 100100 1011111 0 101101 1001011 10011000 1011011 1101

Color Harmonies of #034124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034124

Black with #034124

Text Example


Text Example

White with #034124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034124; }

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

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

background-color css

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

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

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

border-color css

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

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

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