Html Css Color HEX #235144 Te Papa Green

📋 copy color: '#235144'

red 35 ◦ green 81 ◦ blue 68

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

Shades of Te Papa Green #235144

Tints of Te Papa Green #235144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 19.02%
G = 44.02%
B = 36.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#235144 (or 0x235144) is known color: Te Papa Green. HEX triplet: 23, 51 and 44. RGB value is (35,81,68). Sum of RGB (Red+Green+Blue) = 35+81+68=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #235144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235144 is #DCAEBB. Grayscale: #414141. Windows color (decimal): -14462652 or 4477219. OLE color: 4477219.

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

Color convert

RGB 35 81 68 -
CMYK 0.57 0 0.16 0.68
HSL 163.04º 0.4% 0.23% -
HSV(B) 163.04º 0.57% 0.32% -
XYZ 4.68 6.66 6.51 -
YUV 65.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 35 81 68 0.57 0 0.16 0.68 163.04 0.4 0.23
Hex 23 51 44 39 0 10 44 A3 28 17
Octal 43 121 104 71 0 20 104 243 50 27
Binary 100011 1010001 1000100 111001 0 10000 1000100 10100011 101000 10111

Color Harmonies of #235144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235144

Black with #235144

Text Example


Text Example

White with #235144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235144; }

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

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

background-color css

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

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

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

border-color css

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

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

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