Html Css Color HEX #034123 British Racing Green

📋 copy color: '#034123'

red 3 ◦ green 65 ◦ blue 35

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

Shades of British Racing Green #034123

Tints of British Racing Green #034123

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 value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#034123 (or 0x034123) is known color: 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

RGB 3 65 35 -
CMYK 0.95 0 0.46 0.75
HSL 150.97º 0.91% 0.13% -
HSV(B) 150.97º 0.95% 0.25% -
XYZ 2.23 3.92 2.23 -
YUV 43.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 3 65 35 0.95 0 0.46 0.75 150.97 0.91 0.13
Hex 3 41 23 5F 0 2E 4B 97 5B D
Octal 3 101 43 137 0 56 113 227 133 15
Binary 11 1000001 100011 1011111 0 101110 1001011 10010111 1011011 1101

Color Harmonies of #034123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034123

Black with #034123

Text Example


Text Example

White with #034123

Text Example


Text Example

HTML Codes & Css Web 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>