Html Css Color HEX #093F25 British Racing Green

📋 copy color: '#093F25'

red 9 ◦ green 63 ◦ blue 37

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

Shades of British Racing Green #093F25

Tints of British Racing Green #093F25

RGB

 RED value IS 9 (3.91% from 255) = 8.26%

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

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

R = 8.26%
G = 57.8%
B = 33.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#093F25 (or 0x093F25) is known color: British Racing Green. HEX triplet: 09, 3F and 25. RGB value is (9,63,37). Sum of RGB (Red+Green+Blue) = 9+63+37=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #093F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F25 is #F6C0DA. Grayscale: #2B2B2B. Windows color (decimal): -16171227 or 2440969. OLE color: 2440969.

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

Color convert

RGB 9 63 37 -
CMYK 0.86 0 0.41 0.75
HSL 151.11º 0.75% 0.14% -
HSV(B) 151.11º 0.86% 0.25% -
XYZ 2.22 3.75 2.36 -
YUV 43.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 9 63 37 0.86 0 0.41 0.75 151.11 0.75 0.14
Hex 9 3F 25 56 0 29 4B 97 4B E
Octal 11 77 45 126 0 51 113 227 113 16
Binary 1001 111111 100101 1010110 0 101001 1001011 10010111 1001011 1110

Color Harmonies of #093F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F25

Black with #093F25

Text Example


Text Example

White with #093F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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