Html Css Color HEX #268333 Japanese Laurel

📋 copy color: '#268333'

red 38 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #268333

Tints of Japanese Laurel #268333

RGB

 RED value IS 38 (15.23% from 255) = 17.27%

 GREEN value IS 131 (51.56% from 255) = 59.55%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 17.27%
G = 59.55%
B = 23.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#268333 (or 0x268333) is known color: Japanese Laurel. HEX triplet: 26, 83 and 33. RGB value is (38,131,51). Sum of RGB (Red+Green+Blue) = 38+131+51=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #268333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268333 is #D97CCC. Grayscale: #5E5E5E. Windows color (decimal): -14253261 or 3375910. OLE color: 3375910.

HSL color Cylindrical-coordinate representation of color #268333: hue angle of 128.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268333 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 131 51 -
CMYK 0.71 0 0.61 0.49
HSL 128.39º 0.55% 0.33% -
HSV(B) 128.39º 0.71% 0.51% -
XYZ 9.51 16.88 5.89 -
YUV 94.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 38 131 51 0.71 0 0.61 0.49 128.39 0.55 0.33
Hex 26 83 33 47 0 3D 31 80 37 21
Octal 46 203 63 107 0 75 61 200 67 41
Binary 100110 10000011 110011 1000111 0 111101 110001 10000000 110111 100001

Color Harmonies of #268333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268333

Black with #268333

Text Example


Text Example

White with #268333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268333; }

 p { color: rgb(38,131,51); }

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

background-color css

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

 a { background-color: rgb(38,131,51); }

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

border-color css

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

 span { border-color: rgb(38,131,51); }

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