Html Css Color HEX #23503E Te Papa Green

📋 copy color: '#23503E'

red 35 ◦ green 80 ◦ blue 62

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

Shades of Te Papa Green #23503E

Tints of Te Papa Green #23503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 19.77%
G = 45.2%
B = 35.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#23503E (or 0x23503E) is known color: Te Papa Green. HEX triplet: 23, 50 and 3E. RGB value is (35,80,62). Sum of RGB (Red+Green+Blue) = 35+80+62=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #23503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23503E is #DCAFC1. Grayscale: #404040. Windows color (decimal): -14462914 or 4083747. OLE color: 4083747.

HSL color Cylindrical-coordinate representation of color #23503E: hue angle of 156º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23503E is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 62 -
CMYK 0.56 0 0.22 0.69
HSL 156º 0.39% 0.23% -
HSV(B) 156º 0.56% 0.31% -
XYZ 4.43 6.44 5.57 -
YUV 64.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 35 80 62 0.56 0 0.22 0.69 156 0.39 0.23
Hex 23 50 3E 38 0 16 45 9C 27 17
Octal 43 120 76 70 0 26 105 234 47 27
Binary 100011 1010000 111110 111000 0 10110 1000101 10011100 100111 10111

Color Harmonies of #23503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23503E

Black with #23503E

Text Example


Text Example

White with #23503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23503E; }

 p { color: rgb(35,80,62); }

 H1.HeaderClassName
 {
   color: #23503E;
 }
 .AnyTagClassName
 {
   color: #23503E;
 }
</style>

background-color css

<style>
 a { background-color: #23503E; }

 a { background-color: rgb(35,80,62); }

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

border-color css

<style>
 span { border-color: #23503E; }

 span { border-color: rgb(35,80,62); }

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