Html Css Color HEX #1F825F Deep Sea

📋 copy color: '#1F825F'

red 31 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #1F825F

Tints of Deep Sea #1F825F

RGB

 RED value IS 31 (12.5% from 255) = 12.11%

 GREEN value IS 130 (51.17% from 255) = 50.78%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 12.11%
G = 50.78%
B = 37.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#1F825F (or 0x1F825F) is known color: Deep Sea. HEX triplet: 1F, 82 and 5F. RGB value is (31,130,95). Sum of RGB (Red+Green+Blue) = 31+130+95=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825F is #E07DA0. Grayscale: #606060. Windows color (decimal): -14712225 or 6259231. OLE color: 6259231.

HSL color Cylindrical-coordinate representation of color #1F825F: hue angle of 158.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825F is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 95 -
CMYK 0.76 0 0.27 0.49
HSL 158.79º 0.61% 0.32% -
HSV(B) 158.79º 0.76% 0.51% -
XYZ 10.61 17.08 13.56 -
YUV 96.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 31 130 95 0.76 0 0.27 0.49 158.79 0.61 0.32
Hex 1F 82 5F 4C 0 1B 31 9F 3D 20
Octal 37 202 137 114 0 33 61 237 75 40
Binary 11111 10000010 1011111 1001100 0 11011 110001 10011111 111101 100000

Color Harmonies of #1F825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F825F

Black with #1F825F

Text Example


Text Example

White with #1F825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F825F; }

 p { color: rgb(31,130,95); }

 H1.HeaderClassName
 {
   color: #1F825F;
 }
 .AnyTagClassName
 {
   color: #1F825F;
 }
</style>

background-color css

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

 a { background-color: rgb(31,130,95); }

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

border-color css

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

 span { border-color: rgb(31,130,95); }

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