Html Css Color HEX #235045 Te Papa Green

📋 copy color: '#235045'

red 35 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #235045

Tints of Te Papa Green #235045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 19.02%
G = 43.48%
B = 37.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#235045 (or 0x235045) is known color: Te Papa Green. HEX triplet: 23, 50 and 45. RGB value is (35,80,69). Sum of RGB (Red+Green+Blue) = 35+80+69=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #235045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235045 is #DCAFBA. Grayscale: #414141. Windows color (decimal): -14462907 or 4542499. OLE color: 4542499.

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

Color convert

RGB 35 80 69 -
CMYK 0.56 0 0.14 0.69
HSL 165.33º 0.39% 0.23% -
HSV(B) 165.33º 0.56% 0.31% -
XYZ 4.64 6.52 6.65 -
YUV 65.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 35 80 69 0.56 0 0.14 0.69 165.33 0.39 0.23
Hex 23 50 45 38 0 E 45 A5 27 17
Octal 43 120 105 70 0 16 105 245 47 27
Binary 100011 1010000 1000101 111000 0 1110 1000101 10100101 100111 10111

Color Harmonies of #235045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235045

Black with #235045

Text Example


Text Example

White with #235045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235045; }

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

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

background-color css

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

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

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

border-color css

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

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

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