Html Css Color HEX #235042 Te Papa Green

📋 copy color: '#235042'

red 35 ◦ green 80 ◦ blue 66

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

Shades of Te Papa Green #235042

Tints of Te Papa Green #235042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

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

R = 19.34%
G = 44.2%
B = 36.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#235042 (or 0x235042) is known color: Te Papa Green. HEX triplet: 23, 50 and 42. RGB value is (35,80,66). Sum of RGB (Red+Green+Blue) = 35+80+66=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #235042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235042 is #DCAFBD. Grayscale: #404040. Windows color (decimal): -14462910 or 4345891. OLE color: 4345891.

HSL color Cylindrical-coordinate representation of color #235042: hue angle of 161.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235042 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 66 -
CMYK 0.56 0 0.17 0.69
HSL 161.33º 0.39% 0.23% -
HSV(B) 161.33º 0.56% 0.31% -
XYZ 4.55 6.49 6.17 -
YUV 64.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 35 80 66 0.56 0 0.17 0.69 161.33 0.39 0.23
Hex 23 50 42 38 0 11 45 A1 27 17
Octal 43 120 102 70 0 21 105 241 47 27
Binary 100011 1010000 1000010 111000 0 10001 1000101 10100001 100111 10111

Color Harmonies of #235042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235042

Black with #235042

Text Example


Text Example

White with #235042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235042; }

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

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

background-color css

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

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

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

border-color css

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

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

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