Html Css Color HEX #073D23 British Racing Green

📋 copy color: '#073D23'

red 7 ◦ green 61 ◦ blue 35

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

Shades of British Racing Green #073D23

Tints of British Racing Green #073D23

RGB

 RED value IS 7 (3.13% from 255) = 6.8%

 GREEN value IS 61 (24.22% from 255) = 59.22%

 BLUE value IS 35 (14.06% from 255) = 33.98%

R = 6.8%
G = 59.22%
B = 33.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.76

RGB Variations

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

Color information

#073D23 (or 0x073D23) is known color: British Racing Green. HEX triplet: 07, 3D and 23. RGB value is (7,61,35). Sum of RGB (Red+Green+Blue) = 7+61+35=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #073D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D23 is #F8C2DC. Grayscale: #292929. Windows color (decimal): -16302813 or 2309383. OLE color: 2309383.

HSL color Cylindrical-coordinate representation of color #073D23: hue angle of 151.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D23 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 35 -
CMYK 0.89 0 0.43 0.76
HSL 151.11º 0.79% 0.13% -
HSV(B) 151.11º 0.89% 0.24% -
XYZ 2.06 3.5 2.16 -
YUV 41.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 7 61 35 0.89 0 0.43 0.76 151.11 0.79 0.13
Hex 7 3D 23 59 0 2B 4C 97 4F D
Octal 7 75 43 131 0 53 114 227 117 15
Binary 111 111101 100011 1011001 0 101011 1001100 10010111 1001111 1101

Color Harmonies of #073D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D23

Black with #073D23

Text Example


Text Example

White with #073D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D23; }

 p { color: rgb(7,61,35); }

 H1.HeaderClassName
 {
   color: #073D23;
 }
 .AnyTagClassName
 {
   color: #073D23;
 }
</style>

background-color css

<style>
 a { background-color: #073D23; }

 a { background-color: rgb(7,61,35); }

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

border-color css

<style>
 span { border-color: #073D23; }

 span { border-color: rgb(7,61,35); }

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