Html Css Color HEX #06452F British Racing Green

📋 copy color: '#06452F'

red 6 ◦ green 69 ◦ blue 47

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

Shades of British Racing Green #06452F

Tints of British Racing Green #06452F

RGB

 RED value IS 6 (2.73% from 255) = 4.92%

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

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 4.92%
G = 56.56%
B = 38.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#06452F (or 0x06452F) is known color: British Racing Green. HEX triplet: 06, 45 and 2F. RGB value is (6,69,47). Sum of RGB (Red+Green+Blue) = 6+69+47=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #06452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06452F is #F9BAD0. Grayscale: #2F2F2F. Windows color (decimal): -16366289 or 3097862. OLE color: 3097862.

HSL color Cylindrical-coordinate representation of color #06452F: hue angle of 159.05º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06452F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 47 -
CMYK 0.91 0 0.32 0.73
HSL 159.05º 0.84% 0.15% -
HSV(B) 159.05º 0.91% 0.27% -
XYZ 2.72 4.5 3.41 -
YUV 47.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 6 69 47 0.91 0 0.32 0.73 159.05 0.84 0.15
Hex 6 45 2F 5B 0 20 49 9F 54 F
Octal 6 105 57 133 0 40 111 237 124 17
Binary 110 1000101 101111 1011011 0 100000 1001001 10011111 1010100 1111

Color Harmonies of #06452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06452F

Black with #06452F

Text Example


Text Example

White with #06452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06452F; }

 p { color: rgb(6,69,47); }

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

background-color css

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

 a { background-color: rgb(6,69,47); }

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

border-color css

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

 span { border-color: rgb(6,69,47); }

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