Html Css Color HEX #235444 Te Papa Green

📋 copy color: '#235444'

red 35 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #235444

Tints of Te Papa Green #235444

RGB

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

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

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

R = 18.72%
G = 44.92%
B = 36.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#235444 (or 0x235444) is known color: Te Papa Green. HEX triplet: 23, 54 and 44. RGB value is (35,84,68). Sum of RGB (Red+Green+Blue) = 35+84+68=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #235444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235444 is #DCABBB. Grayscale: #434343. Windows color (decimal): -14461884 or 4477987. OLE color: 4477987.

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

Color convert

RGB 35 84 68 -
CMYK 0.58 0 0.19 0.67
HSL 160.41º 0.41% 0.23% -
HSV(B) 160.41º 0.58% 0.33% -
XYZ 4.91 7.12 6.58 -
YUV 67.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 35 84 68 0.58 0 0.19 0.67 160.41 0.41 0.23
Hex 23 54 44 3A 0 13 43 A0 29 17
Octal 43 124 104 72 0 23 103 240 51 27
Binary 100011 1010100 1000100 111010 0 10011 1000011 10100000 101001 10111

Color Harmonies of #235444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235444

Black with #235444

Text Example


Text Example

White with #235444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235444; }

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

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

background-color css

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

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

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

border-color css

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

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

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