Html Css Color HEX #083F25 British Racing Green

📋 copy color: '#083F25'

red 8 ◦ green 63 ◦ blue 37

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

Shades of British Racing Green #083F25

Tints of British Racing Green #083F25

RGB

 RED value IS 8 (3.52% from 255) = 7.41%

 GREEN value IS 63 (25% from 255) = 58.33%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 7.41%
G = 58.33%
B = 34.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#083F25 (or 0x083F25) is known color: British Racing Green. HEX triplet: 08, 3F and 25. RGB value is (8,63,37). Sum of RGB (Red+Green+Blue) = 8+63+37=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #083F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F25 is #F7C0DA. Grayscale: #2B2B2B. Windows color (decimal): -16236763 or 2440968. OLE color: 2440968.

HSL color Cylindrical-coordinate representation of color #083F25: hue angle of 151.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083F25 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 63 37 -
CMYK 0.87 0 0.41 0.75
HSL 151.64º 0.77% 0.14% -
HSV(B) 151.64º 0.87% 0.25% -
XYZ 2.21 3.74 2.36 -
YUV 43.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 8 63 37 0.87 0 0.41 0.75 151.64 0.77 0.14
Hex 8 3F 25 57 0 29 4B 98 4D E
Octal 10 77 45 127 0 51 113 230 115 16
Binary 1000 111111 100101 1010111 0 101001 1001011 10011000 1001101 1110

Color Harmonies of #083F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F25

Black with #083F25

Text Example


Text Example

White with #083F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083F25; }

 p { color: rgb(8,63,37); }

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

background-color css

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

 a { background-color: rgb(8,63,37); }

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

border-color css

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

 span { border-color: rgb(8,63,37); }

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