Html Css Color HEX #235442 Te Papa Green

📋 copy color: '#235442'

red 35 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #235442

Tints of Te Papa Green #235442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 18.92%
G = 45.41%
B = 35.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#235442 (or 0x235442) is known color: Te Papa Green. HEX triplet: 23, 54 and 42. RGB value is (35,84,66). Sum of RGB (Red+Green+Blue) = 35+84+66=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #235442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235442 is #DCABBD. Grayscale: #434343. Windows color (decimal): -14461886 or 4346915. OLE color: 4346915.

HSL color Cylindrical-coordinate representation of color #235442: hue angle of 157.96º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235442 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 84 66 -
CMYK 0.58 0 0.21 0.67
HSL 157.96º 0.41% 0.23% -
HSV(B) 157.96º 0.58% 0.33% -
XYZ 4.85 7.09 6.27 -
YUV 67.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 35 84 66 0.58 0 0.21 0.67 157.96 0.41 0.23
Hex 23 54 42 3A 0 15 43 9E 29 17
Octal 43 124 102 72 0 25 103 236 51 27
Binary 100011 1010100 1000010 111010 0 10101 1000011 10011110 101001 10111

Color Harmonies of #235442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235442

Black with #235442

Text Example


Text Example

White with #235442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235442; }

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

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

background-color css

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

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

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

border-color css

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

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

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