Html Css Color HEX #00703D Jewel

📋 copy color: '#00703D'

red 0 ◦ green 112 ◦ blue 61

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

Shades of Jewel #00703D

Tints of Jewel #00703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 0%
G = 64.74%
B = 35.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#00703D (or 0x00703D) is known color: Jewel. HEX triplet: 00, 70 and 3D. RGB value is (0,112,61). Sum of RGB (Red+Green+Blue) = 0+112+61=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #00703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00703D is #FF8FC2. Grayscale: #484848. Windows color (decimal): -16748483 or 4026368. OLE color: 4026368.

HSL color Cylindrical-coordinate representation of color #00703D: hue angle of 152.68º 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 #00703D is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 61 -
CMYK 1 0 0.46 0.56
HSL 152.68º 1% 0.22% -
HSV(B) 152.68º 1% 0.44% -
XYZ 6.64 11.93 6.37 -
YUV 72.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 0 112 61 1 0 0.46 0.56 152.68 1 0.22
Hex 0 70 3D 64 0 2E 38 99 64 16
Octal 0 160 75 144 0 56 70 231 144 26
Binary 0 1110000 111101 1100100 0 101110 111000 10011001 1100100 10110

Color Harmonies of #00703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00703D

Black with #00703D

Text Example


Text Example

White with #00703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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