Html Css Color HEX #23523F Te Papa Green

📋 copy color: '#23523F'

red 35 ◦ green 82 ◦ blue 63

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

Shades of Te Papa Green #23523F

Tints of Te Papa Green #23523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 19.44%
G = 45.56%
B = 35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#23523F (or 0x23523F) is known color: Te Papa Green. HEX triplet: 23, 52 and 3F. RGB value is (35,82,63). Sum of RGB (Red+Green+Blue) = 35+82+63=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #23523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23523F is #DCADC0. Grayscale: #414141. Windows color (decimal): -14462401 or 4149795. OLE color: 4149795.

HSL color Cylindrical-coordinate representation of color #23523F: hue angle of 155.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23523F is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 82 63 -
CMYK 0.57 0 0.23 0.68
HSL 155.74º 0.4% 0.23% -
HSV(B) 155.74º 0.57% 0.32% -
XYZ 4.61 6.75 5.76 -
YUV 65.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 35 82 63 0.57 0 0.23 0.68 155.74 0.4 0.23
Hex 23 52 3F 39 0 17 44 9C 28 17
Octal 43 122 77 71 0 27 104 234 50 27
Binary 100011 1010010 111111 111001 0 10111 1000100 10011100 101000 10111

Color Harmonies of #23523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23523F

Black with #23523F

Text Example


Text Example

White with #23523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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