Html Css Color HEX #235142 Te Papa Green

📋 copy color: '#235142'

red 35 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #235142

Tints of Te Papa Green #235142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 19.23%
G = 44.51%
B = 36.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#235142 (or 0x235142) is known color: Te Papa Green. HEX triplet: 23, 51 and 42. RGB value is (35,81,66). Sum of RGB (Red+Green+Blue) = 35+81+66=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #235142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235142 is #DCAEBD. Grayscale: #414141. Windows color (decimal): -14462654 or 4346147. OLE color: 4346147.

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

Color convert

RGB 35 81 66 -
CMYK 0.57 0 0.19 0.68
HSL 160.43º 0.4% 0.23% -
HSV(B) 160.43º 0.57% 0.32% -
XYZ 4.62 6.64 6.19 -
YUV 65.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 35 81 66 0.57 0 0.19 0.68 160.43 0.4 0.23
Hex 23 51 42 39 0 13 44 A0 28 17
Octal 43 121 102 71 0 23 104 240 50 27
Binary 100011 1010001 1000010 111001 0 10011 1000100 10100000 101000 10111

Color Harmonies of #235142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235142

Black with #235142

Text Example


Text Example

White with #235142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235142; }

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

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

background-color css

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

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

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

border-color css

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

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

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