Html Css Color HEX #0D7043 Jewel

📋 copy color: '#0D7043'

red 13 ◦ green 112 ◦ blue 67

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

Shades of Jewel #0D7043

Tints of Jewel #0D7043

RGB

 RED value IS 13 (5.47% from 255) = 6.77%

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

 BLUE value IS 67 (26.56% from 255) = 34.9%

R = 6.77%
G = 58.33%
B = 34.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#0D7043 (or 0x0D7043) is known color: Jewel. HEX triplet: 0D, 70 and 43. RGB value is (13,112,67). Sum of RGB (Red+Green+Blue) = 13+112+67=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7043 is #F28FBC. Grayscale: #4D4D4D. Windows color (decimal): -15896509 or 4419597. OLE color: 4419597.

HSL color Cylindrical-coordinate representation of color #0D7043: hue angle of 152.73º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7043 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 67 -
CMYK 0.88 0 0.40 0.56
HSL 152.73º 0.79% 0.25% -
HSV(B) 152.73º 0.88% 0.44% -
XYZ 6.97 12.08 7.27 -
YUV 77.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 13 112 67 0.88 0 0.40 0.56 152.73 0.79 0.25
Hex D 70 43 58 0 28 38 99 4F 19
Octal 15 160 103 130 0 50 70 231 117 31
Binary 1101 1110000 1000011 1011000 0 101000 111000 10011001 1001111 11001

Color Harmonies of #0D7043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7043

Black with #0D7043

Text Example


Text Example

White with #0D7043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7043; }

 p { color: rgb(13,112,67); }

 H1.HeaderClassName
 {
   color: #0D7043;
 }
 .AnyTagClassName
 {
   color: #0D7043;
 }
</style>

background-color css

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

 a { background-color: rgb(13,112,67); }

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

border-color css

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

 span { border-color: rgb(13,112,67); }

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