Html Css Color HEX #1F6252 Eden

📋 copy color: '#1F6252'

red 31 ◦ green 98 ◦ blue 82

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

Shades of Eden #1F6252

Tints of Eden #1F6252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 14.69%
G = 46.45%
B = 38.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#1F6252 (or 0x1F6252) is known color: Eden. HEX triplet: 1F, 62 and 52. RGB value is (31,98,82). Sum of RGB (Red+Green+Blue) = 31+98+82=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6252 is #E09DAD. Grayscale: #4C4C4C. Windows color (decimal): -14720430 or 5399071. OLE color: 5399071.

HSL color Cylindrical-coordinate representation of color #1F6252: hue angle of 165.67º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6252 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 98 82 -
CMYK 0.68 0 0.16 0.62
HSL 165.67º 0.52% 0.25% -
HSV(B) 165.67º 0.68% 0.38% -
XYZ 6.46 9.64 9.5 -
YUV 76.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 31 98 82 0.68 0 0.16 0.62 165.67 0.52 0.25
Hex 1F 62 52 44 0 10 3E A6 34 19
Octal 37 142 122 104 0 20 76 246 64 31
Binary 11111 1100010 1010010 1000100 0 10000 111110 10100110 110100 11001

Color Harmonies of #1F6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6252

Black with #1F6252

Text Example


Text Example

White with #1F6252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,98,82); }

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

background-color css

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

 a { background-color: rgb(31,98,82); }

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

border-color css

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

 span { border-color: rgb(31,98,82); }

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