Html Css Color HEX #235245 Te Papa Green

📋 copy color: '#235245'

red 35 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #235245

Tints of Te Papa Green #235245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 18.82%
G = 44.09%
B = 37.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#235245 (or 0x235245) is known color: Te Papa Green. HEX triplet: 23, 52 and 45. RGB value is (35,82,69). Sum of RGB (Red+Green+Blue) = 35+82+69=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #235245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235245 is #DCADBA. Grayscale: #424242. Windows color (decimal): -14462395 or 4543011. OLE color: 4543011.

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

Color convert

RGB 35 82 69 -
CMYK 0.57 0 0.16 0.68
HSL 163.4º 0.4% 0.23% -
HSV(B) 163.4º 0.57% 0.32% -
XYZ 4.78 6.82 6.69 -
YUV 66.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 35 82 69 0.57 0 0.16 0.68 163.4 0.4 0.23
Hex 23 52 45 39 0 10 44 A3 28 17
Octal 43 122 105 71 0 20 104 243 50 27
Binary 100011 1010010 1000101 111001 0 10000 1000100 10100011 101000 10111

Color Harmonies of #235245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235245

Black with #235245

Text Example


Text Example

White with #235245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235245; }

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

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

background-color css

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

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

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

border-color css

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

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

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