Html Css Color HEX #235143 Te Papa Green

📋 copy color: '#235143'

red 35 ◦ green 81 ◦ blue 67

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

Shades of Te Papa Green #235143

Tints of Te Papa Green #235143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 19.13%
G = 44.26%
B = 36.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#235143 (or 0x235143) is known color: Te Papa Green. HEX triplet: 23, 51 and 43. RGB value is (35,81,67). Sum of RGB (Red+Green+Blue) = 35+81+67=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #235143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235143 is #DCAEBC. Grayscale: #414141. Windows color (decimal): -14462653 or 4411683. OLE color: 4411683.

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

Color convert

RGB 35 81 67 -
CMYK 0.57 0 0.17 0.68
HSL 161.74º 0.4% 0.23% -
HSV(B) 161.74º 0.57% 0.32% -
XYZ 4.65 6.65 6.35 -
YUV 65.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 35 81 67 0.57 0 0.17 0.68 161.74 0.4 0.23
Hex 23 51 43 39 0 11 44 A2 28 17
Octal 43 121 103 71 0 21 104 242 50 27
Binary 100011 1010001 1000011 111001 0 10001 1000100 10100010 101000 10111

Color Harmonies of #235143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235143

Black with #235143

Text Example


Text Example

White with #235143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235143; }

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

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

background-color css

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

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

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

border-color css

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

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

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