Html Css Color HEX #038D70 Observatory

📋 copy color: '#038D70'

red 3 ◦ green 141 ◦ blue 112

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

Shades of Observatory #038D70

Tints of Observatory #038D70

RGB

 RED value IS 3 (1.56% from 255) = 1.17%

 GREEN value IS 141 (55.47% from 255) = 55.08%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 1.17%
G = 55.08%
B = 43.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#038D70 (or 0x038D70) is known color: Observatory. HEX triplet: 03, 8D and 70. RGB value is (3,141,112). Sum of RGB (Red+Green+Blue) = 3+141+112=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #038D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D70 is #FC728F. Grayscale: #606060. Windows color (decimal): -16544400 or 7376131. OLE color: 7376131.

HSL color Cylindrical-coordinate representation of color #038D70: hue angle of 167.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D70 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 141 112 -
CMYK 0.98 0 0.21 0.45
HSL 167.39º 0.96% 0.28% -
HSV(B) 167.39º 0.98% 0.55% -
XYZ 12.49 20.24 18.58 -
YUV 96.43 136.78 61.36 -
System Red Green Blue C M Y K H S L
Decimal 3 141 112 0.98 0 0.21 0.45 167.39 0.96 0.28
Hex 3 8D 70 62 0 15 2D A7 60 1C
Octal 3 215 160 142 0 25 55 247 140 34
Binary 11 10001101 1110000 1100010 0 10101 101101 10100111 1100000 11100

Color Harmonies of #038D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D70

Black with #038D70

Text Example


Text Example

White with #038D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038D70; }

 p { color: rgb(3,141,112); }

 H1.HeaderClassName
 {
   color: #038D70;
 }
 .AnyTagClassName
 {
   color: #038D70;
 }
</style>

background-color css

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

 a { background-color: rgb(3,141,112); }

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

border-color css

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

 span { border-color: rgb(3,141,112); }

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