Html Css Color HEX #23533F Te Papa Green

📋 copy color: '#23533F'

red 35 ◦ green 83 ◦ blue 63

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

Shades of Te Papa Green #23533F

Tints of Te Papa Green #23533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

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

R = 19.34%
G = 45.86%
B = 34.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#23533F (or 0x23533F) is known color: Te Papa Green. HEX triplet: 23, 53 and 3F. RGB value is (35,83,63). Sum of RGB (Red+Green+Blue) = 35+83+63=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #23533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23533F is #DCACC0. Grayscale: #424242. Windows color (decimal): -14462145 or 4150051. OLE color: 4150051.

HSL color Cylindrical-coordinate representation of color #23533F: hue angle of 155º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23533F is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 83 63 -
CMYK 0.58 0 0.24 0.67
HSL 155º 0.41% 0.23% -
HSV(B) 155º 0.58% 0.33% -
XYZ 4.68 6.9 5.79 -
YUV 66.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 35 83 63 0.58 0 0.24 0.67 155 0.41 0.23
Hex 23 53 3F 3A 0 18 43 9B 29 17
Octal 43 123 77 72 0 30 103 233 51 27
Binary 100011 1010011 111111 111010 0 11000 1000011 10011011 101001 10111

Color Harmonies of #23533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23533F

Black with #23533F

Text Example


Text Example

White with #23533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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