Html Css Color HEX #23493F Te Papa Green

📋 copy color: '#23493F'

red 35 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #23493F

Tints of Te Papa Green #23493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 20.47%
G = 42.69%
B = 36.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#23493F (or 0x23493F) is known color: Te Papa Green. HEX triplet: 23, 49 and 3F. RGB value is (35,73,63). Sum of RGB (Red+Green+Blue) = 35+73+63=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #23493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23493F is #DCB6C0. Grayscale: #3C3C3C. Windows color (decimal): -14464705 or 4147491. OLE color: 4147491.

HSL color Cylindrical-coordinate representation of color #23493F: hue angle of 164.21º 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 #23493F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 73 63 -
CMYK 0.52 0 0.14 0.71
HSL 164.21º 0.35% 0.21% -
HSV(B) 164.21º 0.52% 0.29% -
XYZ 3.97 5.48 5.55 -
YUV 60.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 35 73 63 0.52 0 0.14 0.71 164.21 0.35 0.21
Hex 23 49 3F 34 0 E 47 A4 23 15
Octal 43 111 77 64 0 16 107 244 43 25
Binary 100011 1001001 111111 110100 0 1110 1000111 10100100 100011 10101

Color Harmonies of #23493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23493F

Black with #23493F

Text Example


Text Example

White with #23493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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