Html Css Color HEX #05482B British Racing Green

📋 copy color: '#05482B'

red 5 ◦ green 72 ◦ blue 43

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

Shades of British Racing Green #05482B

Tints of British Racing Green #05482B

RGB

 RED value IS 5 (2.34% from 255) = 4.17%

 GREEN value IS 72 (28.52% from 255) = 60%

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 4.17%
G = 60%
B = 35.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#05482B (or 0x05482B) is known color: British Racing Green. HEX triplet: 05, 48 and 2B. RGB value is (5,72,43). Sum of RGB (Red+Green+Blue) = 5+72+43=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #05482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482B is #FAB7D4. Grayscale: #303030. Windows color (decimal): -16431061 or 2836485. OLE color: 2836485.

HSL color Cylindrical-coordinate representation of color #05482B: hue angle of 154.03º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05482B is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 43 -
CMYK 0.93 0 0.40 0.72
HSL 154.03º 0.87% 0.15% -
HSV(B) 154.03º 0.93% 0.28% -
XYZ 2.82 4.84 3.07 -
YUV 48.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 5 72 43 0.93 0 0.40 0.72 154.03 0.87 0.15
Hex 5 48 2B 5D 0 28 48 9A 57 F
Octal 5 110 53 135 0 50 110 232 127 17
Binary 101 1001000 101011 1011101 0 101000 1001000 10011010 1010111 1111

Color Harmonies of #05482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05482B

Black with #05482B

Text Example


Text Example

White with #05482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05482B; }

 p { color: rgb(5,72,43); }

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

background-color css

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

 a { background-color: rgb(5,72,43); }

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

border-color css

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

 span { border-color: rgb(5,72,43); }

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