Html Css Color HEX #233F28 Gordons Green

📋 copy color: '#233F28'

red 35 ◦ green 63 ◦ blue 40

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

Shades of Gordons Green #233F28

Tints of Gordons Green #233F28

RGB

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

 GREEN value IS 63 (25% from 255) = 45.65%

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 25.36%
G = 45.65%
B = 28.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#233F28 (or 0x233F28) is known color: Gordons Green. HEX triplet: 23, 3F and 28. RGB value is (35,63,40). Sum of RGB (Red+Green+Blue) = 35+63+40=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #233F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F28 is #DCC0D7. Grayscale: #343434. Windows color (decimal): -14467288 or 2637603. OLE color: 2637603.

HSL color Cylindrical-coordinate representation of color #233F28: hue angle of 130.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F28 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 63 40 -
CMYK 0.44 0 0.37 0.75
HSL 130.71º 0.29% 0.19% -
HSV(B) 130.71º 0.44% 0.25% -
XYZ 2.85 4.07 2.64 -
YUV 52.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 35 63 40 0.44 0 0.37 0.75 130.71 0.29 0.19
Hex 23 3F 28 2C 0 25 4B 83 1D 13
Octal 43 77 50 54 0 45 113 203 35 23
Binary 100011 111111 101000 101100 0 100101 1001011 10000011 11101 10011

Color Harmonies of #233F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F28

Black with #233F28

Text Example


Text Example

White with #233F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233F28; }

 p { color: rgb(35,63,40); }

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

background-color css

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

 a { background-color: rgb(35,63,40); }

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

border-color css

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

 span { border-color: rgb(35,63,40); }

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