Html Css Color HEX #1A483A Sherwood Green

📋 copy color: '#1A483A'

red 26 ◦ green 72 ◦ blue 58

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

Shades of Sherwood Green #1A483A

Tints of Sherwood Green #1A483A

RGB

 RED value IS 26 (10.55% from 255) = 16.67%

 GREEN value IS 72 (28.52% from 255) = 46.15%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 16.67%
G = 46.15%
B = 37.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#1A483A (or 0x1A483A) is known color: Sherwood Green. HEX triplet: 1A, 48 and 3A. RGB value is (26,72,58). Sum of RGB (Red+Green+Blue) = 26+72+58=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #1A483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A483A is #E5B7C5. Grayscale: #383838. Windows color (decimal): -15054790 or 3819546. OLE color: 3819546.

HSL color Cylindrical-coordinate representation of color #1A483A: hue angle of 161.74º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A483A is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 72 58 -
CMYK 0.64 0 0.19 0.72
HSL 161.74º 0.47% 0.19% -
HSV(B) 161.74º 0.64% 0.28% -
XYZ 3.51 5.16 4.81 -
YUV 56.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 26 72 58 0.64 0 0.19 0.72 161.74 0.47 0.19
Hex 1A 48 3A 40 0 13 48 A2 2F 13
Octal 32 110 72 100 0 23 110 242 57 23
Binary 11010 1001000 111010 1000000 0 10011 1001000 10100010 101111 10011

Color Harmonies of #1A483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A483A

Black with #1A483A

Text Example


Text Example

White with #1A483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,72,58); }

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

background-color css

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

 a { background-color: rgb(26,72,58); }

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

border-color css

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

 span { border-color: rgb(26,72,58); }

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