Html Css Color HEX #283A3A Nordic

📋 copy color: '#283A3A'

red 40 ◦ green 58 ◦ blue 58

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

Shades of Nordic #283A3A

Tints of Nordic #283A3A

RGB

 RED value IS 40 (16.02% from 255) = 25.64%

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

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

R = 25.64%
G = 37.18%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#283A3A (or 0x283A3A) is known color: Nordic. HEX triplet: 28, 3A and 3A. RGB value is (40,58,58). Sum of RGB (Red+Green+Blue) = 40+58+58=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #283A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A3A is #D7C5C5. Grayscale: #343434. Windows color (decimal): -14140870 or 3815976. OLE color: 3815976.

HSL color Cylindrical-coordinate representation of color #283A3A: hue angle of 180º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A3A is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 58 58 -
CMYK 0.31 0 0 0.77
HSL 180º 0.18% 0.19% -
HSV(B) 180º 0.31% 0.23% -
XYZ 3.15 3.78 4.57 -
YUV 52.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 40 58 58 0.31 0 0 0.77 180 0.18 0.19
Hex 28 3A 3A 1F 0 0 4D B4 12 13
Octal 50 72 72 37 0 0 115 264 22 23
Binary 101000 111010 111010 11111 0 0 1001101 10110100 10010 10011

Color Harmonies of #283A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A3A

Black with #283A3A

Text Example


Text Example

White with #283A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283A3A; }

 p { color: rgb(40,58,58); }

 H1.HeaderClassName
 {
   color: #283A3A;
 }
 .AnyTagClassName
 {
   color: #283A3A;
 }
</style>

background-color css

<style>
 a { background-color: #283A3A; }

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

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

border-color css

<style>
 span { border-color: #283A3A; }

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

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