Html Css Color HEX #23503D Te Papa Green

📋 copy color: '#23503D'

red 35 ◦ green 80 ◦ blue 61

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

Shades of Te Papa Green #23503D

Tints of Te Papa Green #23503D

RGB

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

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

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

R = 19.89%
G = 45.45%
B = 34.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#23503D (or 0x23503D) is known color: Te Papa Green. HEX triplet: 23, 50 and 3D. RGB value is (35,80,61). Sum of RGB (Red+Green+Blue) = 35+80+61=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #23503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23503D is #DCAFC2. Grayscale: #404040. Windows color (decimal): -14462915 or 4018211. OLE color: 4018211.

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

Color convert

RGB 35 80 61 -
CMYK 0.56 0 0.24 0.69
HSL 154.67º 0.39% 0.23% -
HSV(B) 154.67º 0.56% 0.31% -
XYZ 4.4 6.43 5.42 -
YUV 64.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 35 80 61 0.56 0 0.24 0.69 154.67 0.39 0.23
Hex 23 50 3D 38 0 18 45 9B 27 17
Octal 43 120 75 70 0 30 105 233 47 27
Binary 100011 1010000 111101 111000 0 11000 1000101 10011011 100111 10111

Color Harmonies of #23503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23503D

Black with #23503D

Text Example


Text Example

White with #23503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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