Html Css Color HEX #03452A British Racing Green

📋 copy color: '#03452A'

red 3 ◦ green 69 ◦ blue 42

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

Shades of British Racing Green #03452A

Tints of British Racing Green #03452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 60.53%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 2.63%
G = 60.53%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#03452A (or 0x03452A) is known color: British Racing Green. HEX triplet: 03, 45 and 2A. RGB value is (3,69,42). Sum of RGB (Red+Green+Blue) = 3+69+42=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #03452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03452A is #FCBAD5. Grayscale: #2E2E2E. Windows color (decimal): -16562902 or 2770179. OLE color: 2770179.

HSL color Cylindrical-coordinate representation of color #03452A: hue angle of 155.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03452A is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 69 42 -
CMYK 0.96 0 0.39 0.73
HSL 155.45º 0.92% 0.14% -
HSV(B) 155.45º 0.96% 0.27% -
XYZ 2.58 4.44 2.91 -
YUV 46.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 3 69 42 0.96 0 0.39 0.73 155.45 0.92 0.14
Hex 3 45 2A 60 0 27 49 9B 5C E
Octal 3 105 52 140 0 47 111 233 134 16
Binary 11 1000101 101010 1100000 0 100111 1001001 10011011 1011100 1110

Color Harmonies of #03452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03452A

Black with #03452A

Text Example


Text Example

White with #03452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03452A; }

 p { color: rgb(3,69,42); }

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

background-color css

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

 a { background-color: rgb(3,69,42); }

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

border-color css

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

 span { border-color: rgb(3,69,42); }

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