Html Css Color HEX #083F26 British Racing Green

📋 copy color: '#083F26'

red 8 ◦ green 63 ◦ blue 38

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

Shades of British Racing Green #083F26

Tints of British Racing Green #083F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.86%

R = 7.34%
G = 57.8%
B = 34.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#083F26 (or 0x083F26) is known color: British Racing Green. HEX triplet: 08, 3F and 26. RGB value is (8,63,38). Sum of RGB (Red+Green+Blue) = 8+63+38=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #083F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F26 is #F7C0D9. Grayscale: #2B2B2B. Windows color (decimal): -16236762 or 2506504. OLE color: 2506504.

HSL color Cylindrical-coordinate representation of color #083F26: hue angle of 152.73º 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 #083F26 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 63 38 -
CMYK 0.87 0 0.40 0.75
HSL 152.73º 0.77% 0.14% -
HSV(B) 152.73º 0.87% 0.25% -
XYZ 2.23 3.75 2.44 -
YUV 43.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 8 63 38 0.87 0 0.40 0.75 152.73 0.77 0.14
Hex 8 3F 26 57 0 28 4B 99 4D E
Octal 10 77 46 127 0 50 113 231 115 16
Binary 1000 111111 100110 1010111 0 101000 1001011 10011001 1001101 1110

Color Harmonies of #083F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F26

Black with #083F26

Text Example


Text Example

White with #083F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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