Html Css Color HEX #1C835B Deep Sea

📋 copy color: '#1C835B'

red 28 ◦ green 131 ◦ blue 91

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

Shades of Deep Sea #1C835B

Tints of Deep Sea #1C835B

RGB

 RED value IS 28 (11.33% from 255) = 11.2%

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 11.2%
G = 52.4%
B = 36.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#1C835B (or 0x1C835B) is known color: Deep Sea. HEX triplet: 1C, 83 and 5B. RGB value is (28,131,91). Sum of RGB (Red+Green+Blue) = 28+131+91=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #1C835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C835B is #E37CA4. Grayscale: #5F5F5F. Windows color (decimal): -14908581 or 5997340. OLE color: 5997340.

HSL color Cylindrical-coordinate representation of color #1C835B: hue angle of 156.7º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C835B is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 131 91 -
CMYK 0.79 0 0.31 0.49
HSL 156.7º 0.65% 0.31% -
HSV(B) 156.7º 0.79% 0.51% -
XYZ 10.48 17.23 12.67 -
YUV 95.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 28 131 91 0.79 0 0.31 0.49 156.7 0.65 0.31
Hex 1C 83 5B 4F 0 1F 31 9D 41 1F
Octal 34 203 133 117 0 37 61 235 101 37
Binary 11100 10000011 1011011 1001111 0 11111 110001 10011101 1000001 11111

Color Harmonies of #1C835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C835B

Black with #1C835B

Text Example


Text Example

White with #1C835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,131,91); }

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

background-color css

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

 a { background-color: rgb(28,131,91); }

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

border-color css

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

 span { border-color: rgb(28,131,91); }

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