Html Css Color HEX #235446 Te Papa Green

📋 copy color: '#235446'

red 35 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #235446

Tints of Te Papa Green #235446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 18.52%
G = 44.44%
B = 37.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#235446 (or 0x235446) is known color: Te Papa Green. HEX triplet: 23, 54 and 46. RGB value is (35,84,70). Sum of RGB (Red+Green+Blue) = 35+84+70=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #235446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235446 is #DCABB9. Grayscale: #434343. Windows color (decimal): -14461882 or 4609059. OLE color: 4609059.

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

Color convert

RGB 35 84 70 -
CMYK 0.58 0 0.17 0.67
HSL 162.86º 0.41% 0.23% -
HSV(B) 162.86º 0.58% 0.33% -
XYZ 4.97 7.14 6.91 -
YUV 67.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 35 84 70 0.58 0 0.17 0.67 162.86 0.41 0.23
Hex 23 54 46 3A 0 11 43 A3 29 17
Octal 43 124 106 72 0 21 103 243 51 27
Binary 100011 1010100 1000110 111010 0 10001 1000011 10100011 101001 10111

Color Harmonies of #235446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235446

Black with #235446

Text Example


Text Example

White with #235446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235446; }

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

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

background-color css

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

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

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

border-color css

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

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

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