Html Css Color HEX #1C3B30 Sherwood Green

📋 copy color: '#1C3B30'

red 28 ◦ green 59 ◦ blue 48

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

Shades of Sherwood Green #1C3B30

Tints of Sherwood Green #1C3B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.7%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 20.74%
G = 43.7%
B = 35.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#1C3B30 (or 0x1C3B30) is known color: Sherwood Green. HEX triplet: 1C, 3B and 30. RGB value is (28,59,48). Sum of RGB (Red+Green+Blue) = 28+59+48=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B30 is #E3C4CF. Grayscale: #303030. Windows color (decimal): -14927056 or 3160860. OLE color: 3160860.

HSL color Cylindrical-coordinate representation of color #1C3B30: hue angle of 158.71º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3B30 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 59 48 -
CMYK 0.53 0 0.19 0.77
HSL 158.71º 0.36% 0.17% -
HSV(B) 158.71º 0.53% 0.23% -
XYZ 2.58 3.59 3.35 -
YUV 48.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 28 59 48 0.53 0 0.19 0.77 158.71 0.36 0.17
Hex 1C 3B 30 35 0 13 4D 9F 24 11
Octal 34 73 60 65 0 23 115 237 44 21
Binary 11100 111011 110000 110101 0 10011 1001101 10011111 100100 10001

Color Harmonies of #1C3B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3B30

Black with #1C3B30

Text Example


Text Example

White with #1C3B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,59,48); }

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

background-color css

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

 a { background-color: rgb(28,59,48); }

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

border-color css

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

 span { border-color: rgb(28,59,48); }

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