Html Css Color HEX #09402E British Racing Green

📋 copy color: '#09402E'

red 9 ◦ green 64 ◦ blue 46

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

Shades of British Racing Green #09402E

Tints of British Racing Green #09402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 46 (18.36% from 255) = 38.66%

R = 7.56%
G = 53.78%
B = 38.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#09402E (or 0x09402E) is known color: British Racing Green. HEX triplet: 09, 40 and 2E. RGB value is (9,64,46). Sum of RGB (Red+Green+Blue) = 9+64+46=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #09402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402E is #F6BFD1. Grayscale: #2D2D2D. Windows color (decimal): -16170962 or 3031049. OLE color: 3031049.

HSL color Cylindrical-coordinate representation of color #09402E: hue angle of 160.36º 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 #09402E is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 46 -
CMYK 0.86 0 0.28 0.75
HSL 160.36º 0.75% 0.14% -
HSV(B) 160.36º 0.86% 0.25% -
XYZ 2.44 3.92 3.21 -
YUV 45.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 9 64 46 0.86 0 0.28 0.75 160.36 0.75 0.14
Hex 9 40 2E 56 0 1C 4B A0 4B E
Octal 11 100 56 126 0 34 113 240 113 16
Binary 1001 1000000 101110 1010110 0 11100 1001011 10100000 1001011 1110

Color Harmonies of #09402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09402E

Black with #09402E

Text Example


Text Example

White with #09402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09402E; }

 p { color: rgb(9,64,46); }

 H1.HeaderClassName
 {
   color: #09402E;
 }
 .AnyTagClassName
 {
   color: #09402E;
 }
</style>

background-color css

<style>
 a { background-color: #09402E; }

 a { background-color: rgb(9,64,46); }

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

border-color css

<style>
 span { border-color: #09402E; }

 span { border-color: rgb(9,64,46); }

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