#007038

Color #007038 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #007038

Tints of Jewel #007038

Color information

#007038 (or 0x007038) is unknown color: approx Jewel. HEX triplet: 00, 70 and 38. RGB value is (0,112,56). Sum of RGB (Red+Green+Blue) = 0+112+56=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #007038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007038 is #FF8FC7. Grayscale: #484848. Windows color (decimal): -16748488 or 3698688. OLE color: 3698688.

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

Color convert

RGB011256-
CMYK100.500.56
HSL150º100%21.96%-
HSV(B)150º100%43.92%-
XYZ6.5111.875.69-
YUV72.13118.8976.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 66.67%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011256100.500.5615010021.96
Hex070386403238966416
Octal0160701440627022614426
Binary011100001110001100100011001011100010010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007038; }

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

 H1.HeaderClassName
 {
   color: #007038;
 }
 .AnyTagClassName
 {
   color: #007038;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #007038;
 }
 .BgClassName
 {
   background-color: #007038;
 }
</style>
border-color css

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

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

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