Html Css Color HEX #235246 Te Papa Green

📋 copy color: '#235246'

red 35 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #235246

Tints of Te Papa Green #235246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 18.72%
G = 43.85%
B = 37.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#235246 (or 0x235246) is known color: Te Papa Green. HEX triplet: 23, 52 and 46. RGB value is (35,82,70). Sum of RGB (Red+Green+Blue) = 35+82+70=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #235246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235246 is #DCADB9. Grayscale: #424242. Windows color (decimal): -14462394 or 4608547. OLE color: 4608547.

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

Color convert

RGB 35 82 70 -
CMYK 0.57 0 0.15 0.68
HSL 164.68º 0.4% 0.23% -
HSV(B) 164.68º 0.57% 0.32% -
XYZ 4.82 6.83 6.86 -
YUV 66.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 35 82 70 0.57 0 0.15 0.68 164.68 0.4 0.23
Hex 23 52 46 39 0 F 44 A5 28 17
Octal 43 122 106 71 0 17 104 245 50 27
Binary 100011 1010010 1000110 111001 0 1111 1000100 10100101 101000 10111

Color Harmonies of #235246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235246

Black with #235246

Text Example


Text Example

White with #235246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235246; }

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

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

background-color css

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

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

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

border-color css

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

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

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