Html Css Color HEX #23503F Te Papa Green

📋 copy color: '#23503F'

red 35 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #23503F

Tints of Te Papa Green #23503F

RGB

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

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

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

R = 19.66%
G = 44.94%
B = 35.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#23503F (or 0x23503F) is known color: Te Papa Green. HEX triplet: 23, 50 and 3F. RGB value is (35,80,63). Sum of RGB (Red+Green+Blue) = 35+80+63=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #23503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23503F is #DCAFC0. Grayscale: #404040. Windows color (decimal): -14462913 or 4149283. OLE color: 4149283.

HSL color Cylindrical-coordinate representation of color #23503F: hue angle of 157.33º 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 #23503F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 63 -
CMYK 0.56 0 0.21 0.69
HSL 157.33º 0.39% 0.23% -
HSV(B) 157.33º 0.56% 0.31% -
XYZ 4.46 6.45 5.71 -
YUV 64.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 35 80 63 0.56 0 0.21 0.69 157.33 0.39 0.23
Hex 23 50 3F 38 0 15 45 9D 27 17
Octal 43 120 77 70 0 25 105 235 47 27
Binary 100011 1010000 111111 111000 0 10101 1000101 10011101 100111 10111

Color Harmonies of #23503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23503F

Black with #23503F

Text Example


Text Example

White with #23503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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