Html Css Color HEX #235145 Te Papa Green

📋 copy color: '#235145'

red 35 ◦ green 81 ◦ blue 69

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

Shades of Te Papa Green #235145

Tints of Te Papa Green #235145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 18.92%
G = 43.78%
B = 37.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#235145 (or 0x235145) is known color: Te Papa Green. HEX triplet: 23, 51 and 45. RGB value is (35,81,69). Sum of RGB (Red+Green+Blue) = 35+81+69=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #235145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235145 is #DCAEBA. Grayscale: #414141. Windows color (decimal): -14462651 or 4542755. OLE color: 4542755.

HSL color Cylindrical-coordinate representation of color #235145: hue angle of 164.35º 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 #235145 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 81 69 -
CMYK 0.57 0 0.15 0.68
HSL 164.35º 0.4% 0.23% -
HSV(B) 164.35º 0.57% 0.32% -
XYZ 4.71 6.67 6.67 -
YUV 65.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 35 81 69 0.57 0 0.15 0.68 164.35 0.4 0.23
Hex 23 51 45 39 0 F 44 A4 28 17
Octal 43 121 105 71 0 17 104 244 50 27
Binary 100011 1010001 1000101 111001 0 1111 1000100 10100100 101000 10111

Color Harmonies of #235145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235145

Black with #235145

Text Example


Text Example

White with #235145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235145; }

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

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

background-color css

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

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

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

border-color css

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

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

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