Html Css Color HEX #23493D Te Papa Green

📋 copy color: '#23493D'

red 35 ◦ green 73 ◦ blue 61

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

Shades of Te Papa Green #23493D

Tints of Te Papa Green #23493D

RGB

 RED value IS 35 (14.06% from 255) = 20.71%

 GREEN value IS 73 (28.91% from 255) = 43.2%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 20.71%
G = 43.2%
B = 36.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#23493D (or 0x23493D) is known color: Te Papa Green. HEX triplet: 23, 49 and 3D. RGB value is (35,73,61). Sum of RGB (Red+Green+Blue) = 35+73+61=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #23493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23493D is #DCB6C2. Grayscale: #3C3C3C. Windows color (decimal): -14464707 or 4016419. OLE color: 4016419.

HSL color Cylindrical-coordinate representation of color #23493D: hue angle of 161.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #23493D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 73 61 -
CMYK 0.52 0 0.16 0.71
HSL 161.05º 0.35% 0.21% -
HSV(B) 161.05º 0.52% 0.29% -
XYZ 3.92 5.46 5.26 -
YUV 60.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 35 73 61 0.52 0 0.16 0.71 161.05 0.35 0.21
Hex 23 49 3D 34 0 10 47 A1 23 15
Octal 43 111 75 64 0 20 107 241 43 25
Binary 100011 1001001 111101 110100 0 10000 1000111 10100001 100011 10101

Color Harmonies of #23493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23493D

Black with #23493D

Text Example


Text Example

White with #23493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23493D; }

 p { color: rgb(35,73,61); }

 H1.HeaderClassName
 {
   color: #23493D;
 }
 .AnyTagClassName
 {
   color: #23493D;
 }
</style>

background-color css

<style>
 a { background-color: #23493D; }

 a { background-color: rgb(35,73,61); }

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

border-color css

<style>
 span { border-color: #23493D; }

 span { border-color: rgb(35,73,61); }

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