Html Css Color HEX #00703A Jewel

📋 copy color: '#00703A'

red 0 ◦ green 112 ◦ blue 58

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

Shades of Jewel #00703A

Tints of Jewel #00703A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 65.88%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 0%
G = 65.88%
B = 34.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#00703A (or 0x00703A) is known color: Jewel. HEX triplet: 00, 70 and 3A. RGB value is (0,112,58). Sum of RGB (Red+Green+Blue) = 0+112+58=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #00703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00703A is #FF8FC5. Grayscale: #484848. Windows color (decimal): -16748486 or 3829760. OLE color: 3829760.

HSL color Cylindrical-coordinate representation of color #00703A: hue angle of 151.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00703A is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 58 -
CMYK 1 0 0.48 0.56
HSL 151.07º 1% 0.22% -
HSV(B) 151.07º 1% 0.44% -
XYZ 6.56 11.89 5.95 -
YUV 72.36 119.89 76.39 -
System Red Green Blue C M Y K H S L
Decimal 0 112 58 1 0 0.48 0.56 151.07 1 0.22
Hex 0 70 3A 64 0 30 38 97 64 16
Octal 0 160 72 144 0 60 70 227 144 26
Binary 0 1110000 111010 1100100 0 110000 111000 10010111 1100100 10110

Color Harmonies of #00703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00703A

Black with #00703A

Text Example


Text Example

White with #00703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00703A; }

 p { color: rgb(0,112,58); }

 H1.HeaderClassName
 {
   color: #00703A;
 }
 .AnyTagClassName
 {
   color: #00703A;
 }
</style>

background-color css

<style>
 a { background-color: #00703A; }

 a { background-color: rgb(0,112,58); }

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

border-color css

<style>
 span { border-color: #00703A; }

 span { border-color: rgb(0,112,58); }

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