Html Css Color HEX #0D683A Fun Green

📋 copy color: '#0D683A'

red 13 ◦ green 104 ◦ blue 58

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

Shades of Fun Green #0D683A

Tints of Fun Green #0D683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.43%

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

R = 7.43%
G = 59.43%
B = 33.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#0D683A (or 0x0D683A) is known color: Fun Green. HEX triplet: 0D, 68 and 3A. RGB value is (13,104,58). Sum of RGB (Red+Green+Blue) = 13+104+58=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #0D683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D683A is #F297C5. Grayscale: #474747. Windows color (decimal): -15898566 or 3827725. OLE color: 3827725.

HSL color Cylindrical-coordinate representation of color #0D683A: hue angle of 149.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D683A is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 104 58 -
CMYK 0.88 0 0.44 0.59
HSL 149.67º 0.78% 0.23% -
HSV(B) 149.67º 0.88% 0.41% -
XYZ 5.88 10.29 5.68 -
YUV 71.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 13 104 58 0.88 0 0.44 0.59 149.67 0.78 0.23
Hex D 68 3A 58 0 2C 3B 96 4E 17
Octal 15 150 72 130 0 54 73 226 116 27
Binary 1101 1101000 111010 1011000 0 101100 111011 10010110 1001110 10111

Color Harmonies of #0D683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D683A

Black with #0D683A

Text Example


Text Example

White with #0D683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,104,58); }

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

background-color css

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

 a { background-color: rgb(13,104,58); }

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

border-color css

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

 span { border-color: rgb(13,104,58); }

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